You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking about something like another manage.py command that can be run and creates necessary folders, and other tasks that need to be set up. Also perhaps spits out an nginx config file?
I'm going to have to change up those files. I deployed this on my own ec2 instance somewhat as a test, and I mostly followed this guide. The few things I noted are:
The sample configuration files don't respect the virtualenv
The user and group for uWSGI needs to be created
The log file directory for uWSGI needs to be created
uWSGI can be installed via pip, which makes it very simple
I am going to try and write out a whole setup shell script so we can just about one-button install the server.
No description provided.
The text was updated successfully, but these errors were encountered: