You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
demo_portal | 1 year ago | |
docker | 1 year ago | |
nginx | 1 year ago | |
.dockerignore | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
docker-compose.yaml | 1 year ago | |
requirements.txt | 1 year ago |
README.md
VRE Demo Portal
This is a small demo website to show the functionality of the VRE Broker. Secondly, this demo site is used to test the HAWK API authentication.
Docker
You can run this demo site in a Docker container using docker-compose. This will fire up two containers. One container is the Django application. The other container is the NGINX server for serving static files. And act as a (caching) front-end for the Django application.
Visual Studio Code
When you open the folder checkout by Git with Visual Studio Code, the debug settings for running the Django application is set.