10 lines
383 B
Markdown
10 lines
383 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>`
|
|
- `git push <app> <branch>:master`
|
|
- `heroku run --app $name-prod python server/manage.py dummy_data`
|
|
- `heroku run --app $name-prod python server/manage.py createsuperuser`
|