Skip to main content

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

Project description

https://img.shields.io/pypi/v/xenzen.svg https://travis-ci.org/praekeltfoundation/xenzen.svg?branch=develop https://codecov.io/gh/praekeltfoundation/xenzen/branch/develop/graph/badge.svg

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

Getting started

To install XenZen run:

$ git clone https://github.com/praekeltfoundation/xenzen.git
$ cd xenzen/
$ virtualenv ve
$ . ./ve/bin/activate
$ pip install -e .

To start a development server listening on 127.0.0.1:8000, with a SQLite database, run:

$ export DJANGO_SETTINGS_MODULE=xenserver.testsettings
$ django-admin syncdb
$ django-admin collectstatic
$ django-admin runserver

To configure XenZen further, create the file local_settings.py containing extra Django settings. For example, to configure a PostgreSQL database:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xenzen-1.0.0.tar.gz (534.9 kB view hashes)

Uploaded Source

Built Distribution

xenzen-1.0.0-py2-none-any.whl (564.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page