@@ -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/`