Pamela Fox
commited on
Commit
·
10521cb
1
Parent(s):
c406902
readme
Browse files
README.md
CHANGED
@@ -54,3 +54,5 @@ The app is currently hosted on Microsoft Azure. Specifically:
|
|
54 |
To deploy your own instance, follow the [tutorial for Django app + PostGreSQL deployment](https://docs.microsoft.com/en-us/azure/app-service/tutorial-python-postgresql-app?tabs=django%2Cwindows%2Cvscode-aztools%2Cterminal-bash%2Cazure-portal-access%2Cvscode-aztools-deploy%2Cdeploy-instructions-azportal%2Cdeploy-instructions--zip-azcli%2Cdeploy-instructions-curl-bash) but using this app instead of the sample app.
|
55 |
|
56 |
Make sure you specify the following environment variables in the App Service configuration: `SECRET_KEY`, `DBHOST`, `DBNAME`, `DBPASS`, `DBUSER`. The previously linked tutorial shows how to set these.
|
|
|
|
|
|
54 |
To deploy your own instance, follow the [tutorial for Django app + PostGreSQL deployment](https://docs.microsoft.com/en-us/azure/app-service/tutorial-python-postgresql-app?tabs=django%2Cwindows%2Cvscode-aztools%2Cterminal-bash%2Cazure-portal-access%2Cvscode-aztools-deploy%2Cdeploy-instructions-azportal%2Cdeploy-instructions--zip-azcli%2Cdeploy-instructions-curl-bash) but using this app instead of the sample app.
|
55 |
|
56 |
Make sure you specify the following environment variables in the App Service configuration: `SECRET_KEY`, `DBHOST`, `DBNAME`, `DBPASS`, `DBUSER`. The previously linked tutorial shows how to set these.
|
57 |
+
|
58 |
+
TODO: az commands
|