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
Starts a micro instance running Ubuntu, installs current updates, Apache, WSGI module and virutalenv. Creates virtualenv and installs boto and Django inside it. Creates a separate user account to own Django and creates a new django project. Configures boto credetials and Apache Vhost.
WHAT IT DOESN'T DO
There is pretty much zero error handling, if anything fails, the whole thing fails. Output is not very concise or informative. Also, it doesn't reboot the instance once everything is done.