setup for local dev
This commit is contained in:
parent
24dba867d7
commit
4c6e8e1210
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -4,6 +4,16 @@ Web App um Reparaturtermine zu vereinbaren.
|
||||||
|
|
||||||
For documentation see https://makes-hacks-hip.github.io/RepApp/.
|
For documentation see https://makes-hacks-hip.github.io/RepApp/.
|
||||||
|
|
||||||
|
## Setup for development
|
||||||
|
|
||||||
|
- Clone repo
|
||||||
|
- python -m venv venv
|
||||||
|
- cd rc_hip
|
||||||
|
- python manage.py makemigrations
|
||||||
|
- python manage.py migrate
|
||||||
|
- python manage.py createsuperuser
|
||||||
|
- python manage.py runserver
|
||||||
|
|
||||||
## Build Docker image
|
## Build Docker image
|
||||||
|
|
||||||
- Build the image: `docker build -t repapp .`
|
- Build the image: `docker build -t repapp .`
|
||||||
|
|
|
||||||
Reference in a new issue