@@ -24,20 +24,6 @@ To access the application, open your browser and go to `http://localhost:5008/dc
...
@@ -24,20 +24,6 @@ To access the application, open your browser and go to `http://localhost:5008/dc
The DCC XMLJSONConverter REST Api is also available at `http://localhost:8000/`
The DCC XMLJSONConverter REST Api is also available at `http://localhost:8000/`
### Proxy Configuration and Ports
If you are forced to use an proxy to access the internet, you need to configure the proxy settings in the docker container.
You can do this by altering the following lines to the [Dockerfile](Dockerfile):
```Dockerfile
# Set the environment variable for the HTTP proxy
#ENV http_proxy="http://webproxy.bs.ptb.de:8080"
#ENV https_proxy="http://webproxy.bs.ptb.de:8080"
# Set the environment variable for the NO_PROXY
# This ensures that the proxy is not used for ptb.de
#ENV no_proxy="ptb.de"
```
Don't forget to activate the proxy for pip as well using the `--proxy=http://proxy.url:port` option in the Dockerfile.
### Using the python package and running the application locally
### 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/).
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/).
Once you have python installed, you can run the following commands to download the package install all dependencies and run the application:
Once you have python installed, you can run the following commands to download the package install all dependencies and run the application: