9 lines
344 B
Markdown
9 lines
344 B
Markdown
## Steps for new Instance
|
|
|
|
- define an app name, e.g. mydetailhandel-efz
|
|
- create an .env file for this app with the name `$name.env`
|
|
- `./create-instance.sh <app-name>`
|
|
- `./configure-instance.sh <app-name>`
|
|
- heroku run --app $name-prod python server/manage.py dummy_data
|
|
- heroku run --app $name-prod python server/manage.py createsuperuser
|