Update guide-install.md (#3596)

Hello, 
I took the opportunity a a fresh abapGit install to update installation procedure. I only use offline import so I may have misunderstood some part of the online install.
BR, 
Alexandre

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
AlexandreHT 2020-07-23 14:56:30 +02:00 committed by GitHub
parent b78dab85db
commit 594e4db5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,49 @@ category: getting-started
order: 10
---
## ABAP Report ##
Download the [ABAP code](https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap)(right click -> save-as) to a file. Create a new report named i.e. ZABAPGIT_FULL via SE38 or SE80. Then upload the code from the file using Utilities -> More Utilities -> Upload/Download -> Upload...
You can install abapGit with an online install or an offline install.
To update abapGit to a newer version, replace the code in the report with the most recent. Don't use ZABAPGIT for the report name as this is used by the installation via abapGit itself.
Offline install steps are:
1. Create ABAP report installer
2. Run installer ABAP report to perform offline projet import
Typically abapGit will only be used in the development system, so it can be installed in a local `$` package.
Online install steps are:
1. Create ABAP report installer
2. Setup SSL
3. Run installer ABAP report to perform online projet import
## Create ABAP Report installer ##
1. Download the [ABAP code](https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap)(right click -> save-as) to a file.
2. Via SE38 or SE80, create a new report named `ZABAPGIT_FULL`.
3. Upload the code from the file using Utilities -> More Utilities -> Upload/Download -> Upload
4. Activate
Typically abapGit will only be used in the development system, so it can be installed in a local `$` package (eg: `$ZABAPGIT`).
## Run installer (offline projet import) ##
1. Download latest version
1. Go to https://github.com/larshp/abapGit/
2. Select **Code** > **Download ZIP**
3. Save file
2. Connect to SAP in language **EN**
3. Run program `ZABAPGIT_FULL`
4. Select **+ Offline**
5. Select existing package or create new package (eg: a local `$` package)
5. Select **Import <sup>zip</sup>**
6. Select *abapGit-master.zip* file
7. Select **Pull <sup>zip</sup>**
8. Activate
Transaction `ZABAPGIT` is now available
## Setup SSL ##
To use the online feature, [SSL must be setup](guide-ssl-setup.html). Offline projects will work behind firewalls and without SSL.
## Done ##
Run report
## Run installer (online projet import) ##
1. Connect to SAP in language **EN**
2. Run program `ZABAPGIT_FULL`
3. Follow [online import](guide-online-install.html) steps.
Transaction `ZABAPGIT` is now available