mirror of
https://github.com/zujko/manage-vm.git
synced 2026-04-25 02:05:50 +03:00
No description
|
|
||
|---|---|---|
| main | ||
| managevm | ||
| static | ||
| templates | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
manage-vm 
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