Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashofmann authored Sep 17, 2018
1 parent 8669eda commit cd717e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To be able to setup the Docker container with just one command, make sure to rea

## Short version

1. Download your version of [SAP NetWeaver ABAP 7.5x Developer Edition from SAP](https://tools.hana.ondemand.com/#abap). The files are compressed (RAR). Un-compress them into a folder named NW751. The folder must be at the same location where your Dockerfile is.
1. Download your version of [SAP NetWeaver ABAP 7.5x Developer Edition from SAP](https://tools.hana.ondemand.com/#abap). The files are compressed (RAR). Un-compress them into a folder named NW752. The folder must be at the same location where your Dockerfile is.

2. Build the Docker image

Expand All @@ -23,7 +23,7 @@ docker build -t nwabap .
3. Start container

```sh
docker run -P -h vhcalnplci --name nwabap751 -it nwabap:latest /bin/bash
docker run -P -h vhcalnplci --name nwabap752 -it nwabap:latest /bin/bash
```

4. Start NetWeaver installation
Expand Down

0 comments on commit cd717e0

Please sign in to comment.