Update documentation (#159)

This commit is contained in:
Marc Bernard
2022-05-31 10:36:26 +02:00
committed by GitHub
parent d1106f919e
commit 75e6064486
2 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
The ABAP track with all exercises is implemented as an abapGit repository. To clone the track to your own system, you first have to install abapGit.
1. Go to [https://github.com/abapGit/abapGit]
1. Go to [https://github.com/abapGit/abapGit](https://github.com/abapGit/abapGit)
2. Download the `zabapgit.abap` file
3. Create program `zabapgit_standalone` in your own system
4. Upload the source from `zabapgit.abap` to program `zabapgit_standalone`
@@ -24,32 +24,32 @@ Use this method if your system is connected to the Internet and has access to Gi
1. Run abapGit
![abapGit Online Repo](clone_01.png)
![abapGit Online Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_01.png)
2. On the Repository Overview, select "New Online"
3. Enter the following values
- URL: https://github.com/exercism/abap
- URL: [https://github.com/exercism/abap](https://github.com/exercism/abap)
- Package: $exercism
- Display Name: Exercism - ABAP Track
![abapGit Online Repo](clone_02.png)
![abapGit Online Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_02.png)
4. Select "Create Online Repository". You should see a list of objects with status "A":
![abapGit Online Repo](clone_03.png)
![abapGit Online Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_03.png)
5. Select "Pull" to clone all objects to your system. Once completed you should see all objects with a blank status
![abapGitv](clone_04.png)
![abapGit Online Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_04.png)
### Offline Repository
Use this method if your system is *not* connected to the Internet.
1. Go to [https://github.com/exercism/abap]
1. Go to [https://github.com/exercism/abap](https://github.com/exercism/abap)
2. Download the repository ZIP file
![abapGit Offline Repo](clone_10.png)
![abapGit Offline Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_10.png)
3. Run abapGit
4. On the Repository Overview, select "New Offline"
@@ -57,19 +57,19 @@ Use this method if your system is *not* connected to the Internet.
- Repository Name: Exercism - ABAP Track
- Package: $exercism
![abapGit Offline Repo](clone_11.png)
![abapGit Offline Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_11.png)
6. Select "Create Offline Repository"
![abapGit Offline Repo](clone_12.png)
![abapGit Offline Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_12.png)
7. Select "Import ZIP" and pick the downloaded ZIP file. You should see a list of objects with status "A":
![abapGit Offline Repo](clone_13.png)
![abapGit Offline Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_13.png)
8. Select "Pull ZIP" to clone all objects to your system. Once completed you should see all objects with a blank status
![abapGit Offline Repo](clone_14.png)
![abapGit Offline Repo](https://github.com/exercism/abap/raw/mbtools/docs_sort/docs/clone_14.png)
## Uninstalling Exercism ABAP Track

View File

@@ -2,35 +2,35 @@
"docs": [
{
"uuid": "21b340f7-5709-4bfb-9e6f-b70e452c0d76",
"slug": "installation",
"slug": "20-installation",
"path": "docs/INSTALLATION.md",
"title": "Installing ABAP locally",
"blurb": "Learn how to install ABAP locally to solve Exercism's exercises on your own machine"
},
{
"uuid": "21a13a0d-687b-40d2-933e-d510241e10d8",
"slug": "learning",
"slug": "10-learning",
"path": "docs/LEARNING.md",
"title": "How to learn ABAP",
"blurb": "An overview of how to get started from scratch with ABAP"
},
{
"uuid": "e7aa0a32-7ee1-4a39-8f48-8f895ba2a4e9",
"slug": "tests",
"slug": "30-tests",
"path": "docs/TESTS.md",
"title": "Testing on the ABAP track",
"blurb": "Learn how to test your ABAP exercises on Exercism"
},
{
"uuid": "28d04b1a-195d-4633-9fb4-042f703a7d37",
"slug": "clone",
"slug": "40-clone",
"path": "docs/CLONE.md",
"title": "Clone the ABAP track",
"blurb": "Instructions on how to clone the ABAP track to your own system"
},
{
"uuid": "81756fdb-cbf1-4dd2-966f-59b820c447af",
"slug": "resources",
"slug": "50-resources",
"path": "docs/RESOURCES.md",
"title": "Useful ABAP resources",
"blurb": "A collection of useful resources to help you master ABAP"