You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Håkon Solbjørg edited this page Nov 1, 2015
·
1 revision
Docker setup
If you run docker on mac os x, get the IP address to the virtualbox middleware, which is the one you need to connect to to view the webpage.
Other OS can utilize localhost: or whatever is available.
docker build -t onlineweb4 . build from scratch
docker-compose up -d run ow4 (runserver) (-d = detached)
docker run web python manage.py <django cmd> # run django commands from host, e.g. migrate