Skip to content

kingjulianza/xenzen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XenZen

A Django UI for managing XenServer in the simplest possible way.

Installing

::

$ git clone https://github.com/calston/xenzen.git
$ cd xenzen/
$ virtualenv ve
$ . ./ve/bin/activate
$ pip install -r requirements.pip

Create skeleton/local_settings.py ::

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'xenzen',
        'USER': 'postgres',
        'PASSWORD': '',
        'HOST': 'localhost',
        'PORT': '',
    }
}

Add files in config to the right place, and make sure the paths are correct, and configure a non-root user. run manage.py syncdb, manage.py migrate and manage.py collectstatic

About

XenServer web-based user interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.4%
  • Python 13.0%
  • HTML 4.9%
  • CSS 4.6%
  • Other 0.1%