Nilgiri is an open-source AWS webconsole with the ability to manage compute, network, and storage resources in an AWS-compatible cloud, and create (and use) one-click installs for commonly hosted web applications. It is based on Django and Boto and designed to work with Eucalyptus.
Demo: http://www.youtube.com/watch?v=E-lfEkBFxwg
-
Install virtualenv
-
Install boto
-
Install Django
-
Install MySQL-python
-
Create a database "nilgiri"
-
Run syncdb:
$ python manage.py syncdb
-
Run the server with:
$ python manage.py runserver
-
Create an user (not the admin user)
-
Register, login and edit credentials