1
0
Fork 0
mirror of https://github.com/zujko/manage-vm.git synced 2026-04-25 02:05:50 +03:00
No description
Find a file
2016-04-17 15:40:19 -04:00
main Add link to requests in index and some name changes 2016-04-17 15:36:02 -04:00
managevm Send email to rtps if users requests a vm that uses too many resources 2016-04-17 14:26:31 -04:00
static Remove log 2016-04-16 14:49:03 -04:00
templates Add link to requests in index and some name changes 2016-04-17 15:36:02 -04:00
.gitignore Add missing directories 2016-03-18 22:00:53 -04:00
.travis.yml Added initial travis.yml and updated .gitignore 2016-03-16 17:14:42 -04:00
LICENSE Initial commit 2016-03-16 16:08:48 -04:00
manage.py Create initial project 2016-03-16 16:58:15 -04:00
README.md Update README.md 2016-04-07 17:14:04 -04:00
requirements.txt Add pyldap to requirements 2016-04-16 15:14:38 -04:00

manage-vm Build Status

A simple web app which uses Proxmox to manage virtual machines.

Running

NOTE: Make sure you run in a virtualenv with Python 3.4.4

In the managevm directory, copy secrets.py.template to secrets.py, and replace all variables with your information.

Install requirements

pip install -r requirements

Run migrations

python manage.py migrate

Run server

python manage.py runserver