You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/user-guide/getting-started/install.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ order: 10
8
8
9
9
abapGit exists in 2 flavours: _standalone_ version or _developer_ version.
10
10
11
-
* The standalone version is targeted at users. It consist of one (huge) program which contains all the needed code. You run the standalone version in transaction `SE38`, executing the program you created.
11
+
* The standalone version is targeted at users. It consists of one (huge) program which contains all the needed code. You run the standalone version in transaction `SE38`, executing the program you created.
12
12
* The developer version is targeted at developers contributing to the abapGit codebase. It consists of all the ABAP programs/classes/interfaces/etc. of the abapGit project. You run the developer version with transaction `ZABAPGIT`. Only the developer version supports parallel processing, so it might be of interest to you even if you do not intend to contribute.
13
13
14
14
## Prerequisites
15
15
16
16
abapGit requires SAP BASIS version 702 or higher.
17
17
18
-
abapGit works best with SAP GUI for Windows. Check [SAP GUI](/user-guide/setup/sapgui.html) for details about the SAP GUI Browser Control and other SAP GUI version (for Java or for HTML).
18
+
abapGit works best with SAP GUI for Windows. Check [SAP GUI](/user-guide/setup/sapgui.html) for details about the SAP GUI Browser Control and other SAP GUI versions (for Java or for HTML).
19
19
20
-
You can check your system for recommended SAP Notes using [Note Analyzer](/reference/note-analyzer.html).
20
+
You can check your system for recommended SAP Notes using [Note Analyzer](/user-guide/reference/note-analyzer.html).
21
21
22
22
## Install Standalone Version
23
23
@@ -32,30 +32,30 @@ Now you can use abapGit by executing the report in transaction `SE38`.
32
32
33
33
## Install Developer Version
34
34
35
-
In order to contribute to the abapGit project, you install the developer version. First, logon to your SAP system in English (language **EN**) and install the standalone version (see above).
35
+
In order to contribute to the abapGit project, you install the developer version. First, log on to your SAP system in English (language **EN**) and install the standalone version (see above).
36
36
37
37
### Online (Recommended)
38
38
39
-
Prerequisite to using the online feature is that [SSL must be setup](/user-guide/setup/ssl-setup.md). If your system is not connected to the Internet (e.g. behind a firewall) or doesn't allow proper SSL configuration, then you can use the offline scenario (see below).
39
+
The prerequisite to using the online feature is that [SSL must be set up](/user-guide/setup/ssl-setup.md). If your system is not connected to the Internet (e.g. behind a firewall) or doesn't allow proper SSL configuration, then you can use the offline scenario (see below).
40
40
41
41
1. Run the standalone version of abapGit
42
42
1. On the repository list page, select "New Online"
43
43
1. Enter `https://github.com/abapGit/abapGit/` for the URL
44
-
1. Enter package name `$ABAPGIT` (or select an existing or create new package)
44
+
1. Enter package name `$ABAPGIT` (or select an existing or create a new package)
45
45
1. Select "Clone Online Repo"
46
46
1. Select "Pull"
47
47
48
48
Transaction `ZABAPGIT` is now available to run the developer version.
49
49
50
50
### Offline
51
51
52
-
Download latest version of the abapGit developer version from <https://github.com/abapGit/abapGit/>. Select **Code** > **Download ZIP** and save the file locally.
52
+
Download the latest version of the abapGit developer version from <https://github.com/abapGit/abapGit/>. Select **Code** > **Download ZIP** and save the file locally.
53
53
54
54

55
55
56
56
1. Run the standalone version of abapGit
57
57
1. On the repository list page, select "New Offline"
58
-
1. Enter repo name `abapGit` and package name `$ABAPGIT` (or select an existing or create new package)
58
+
1. Enter repo name `abapGit` and package name `$ABAPGIT` (or select an existing or create a new package)
0 commit comments