383 B
383 B
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>:masterheroku run --app $name-prod python server/manage.py dummy_dataheroku run --app $name-prod python server/manage.py createsuperuser