Skip to content
Snippets Groups Projects
Commit 1695daec authored by Benedikt's avatar Benedikt
Browse files

fixed ports in doku

parent 7917c4d9
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ docker run --name dccxmljsonconvgui -d benesee/dccxmljsonconvgui
```
To access the application, open your browser and go to `http://localhost:5008/dccxmljsonconvgui/`
The DCC XMLJSONConverter REST Api is also available at `http://localhost:8000/`
The DCC XMLJSONConverter REST Api is also available at `http://localhost:5009/`
### Using the python package and running the application locally
To run the application locally, you need to have python installed on your machine. If you don't have python installed, you can download it from [here](https://www.python.org/downloads/).
......@@ -36,4 +36,4 @@ chmod +x ./start_server.sh
```
To access the application, open your browser and go to `http://localhost:5008/dccxmljsonconvgui/`
The DCC XMLJSONConverter REST Api is also available at `http://localhost:8000/`
The DCC XMLJSONConverter REST Api is also available at `http://localhost:5009/`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment