A docker configuration to run GECKO-MGV anywhere!
Build the container with sudo docker build -t geckomgv-docker .
and run the container with sudo docker run -p 5000:8080 geckomgv-docker
. This will bind port 5000 in your machine to port 8080 in the container, therefore to access gecko-mgv in your machine:
- Open a browser
- Navigate to localhost:5000
- Login with user "user" and password "user"
- You can now use GECKO-MGV services
If you want to create users, delete files, add services, etc., you can do this by logging into the django administration backend. Follow these steps:
- Navigate to localhost:5000/admin
- Enter login user "Admin" and password "Pass"
- You have now access to the backend