charlesfaustin/helloworld-django-fabric
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
helloworld-django-fabric ======================== one-command fabric script to setup django application on aws The django stack used is: *django *mysql *gunicorn *supervisor *nginx -In the fabfile.py change the env.hosts setting to the aws box you wish to use -Change the env.key_filename setting to point to your .pem key -cd into the same directory as fabfile.py and run 'fab setup_django'