Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 642 Bytes

Discussion and updates

Fórum Ciclismo

Running with Docker

git clone git@github.com:brunoamaral/rodas-furtadas.git && cd rodas-furtadas
cp example.env
read -p "Please edit the .env file and press any key ..."
sudo docker-compose up -d --build
sudo docker exec -it django ./manage.py migrate
sudo docker exec -it django ./manage.py createsuperuser
# remember to configure your static root
sudo docker exec -it django ./manage.py collectstatic
open http://localhost:8000/ 
open http://localhost:8000/admin