Skip to content

tahins/nilgiri

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nilgiri: Eucalyptus Management Tool

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.

Eucalyptus 3.1 Compatible

Description

Demo: http://www.youtube.com/watch?v=E-lfEkBFxwg

Getting Started

  1. Install virtualenv

  2. Install boto

  3. Install Django

  4. Install MySQL-python

  5. Create a database "nilgiri"

  6. Run syncdb:

    $ python manage.py syncdb

  7. Run the server with:

    $ python manage.py runserver

  8. Create an user (not the admin user)

  9. Register, login and edit credentials

About

Cloud management web console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published