git clone https://github.com/FlorianMehnert/flowerbed.git
cd flowerbed
- build and start the docker container
docker-compose up --build
docker-compose down
- setup virtualenv
python3 -m venv venv-flowerbed
source venv-flowerbed/bin/activate
pip install -r requirements.txt
- setup django project and start
python manage.py migrate
python manage.py runserver
- create a superuser for the django application
docker-compose exec web python manage.py createsuperuser