Merge pull request #9 from makes-hacks-hip/Readme_dev_setup
setup for local dev
This commit is contained in:
commit
1e706d4b23
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -4,6 +4,17 @@ 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
|
||||||
|
- source venv/bin/activate
|
||||||
|
- 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