Actions
Django-hosting » History » Revision 3
« Previous |
Revision 3/30
(diff)
| Next »
Nico Schottelius, 04/08/2016 10:51 AM
django-hosting.ch by ungleich¶
How to use¶
- Deploy / update your app into the folder ~app/app (that is the app folder in the home of the user app)
- We recommended to use git to deploy it
- Use the database "app" (running on localhost, no password required)
- Don't forget to run your migrations!
- Restart uwsgi to load the new code of your app
Restarting the app¶
- sudo systemctl restart uwsgi
Viewing logfiles¶
- Use *sudo tail -F /v
Description of the stack¶
Technologies¶
- Debian 8
- nginx
- PostgreSQL
- uwsgi
Configuration¶
- user "app"
- in group "adm" (to view logfiles)
- PostgreSQL with
- database "app"
- Listens only on localhost / socket (no remote connections) **
Updated by Nico Schottelius over 8 years ago · 3 revisions