Develop in Docker container
Make sure that you have this tools installed:
Clone the project:
git clone https://github.com/pehapkari/pehapkari.cz.git
cd pehapkari.cz
and run:
$ docker-compose up app
and open http://localhost:8000
or some other host (e.g. http://default:8000
) if you are using some Vitual Machine provider (e.g. Virtualbox, Parallels).
If you get "Connection interrupted" in your browser, try stopping the Docker app (CTRL+C
) and running it again (docker-compose up app
).