No description
.gitignore | ||
clientsdb.py | ||
config.ini.dist | ||
grid.py | ||
ioconfig.py | ||
journaldb.py | ||
LICENSE | ||
nginx_example_vhost.txt | ||
novnc.py | ||
plugin.py | ||
proxmaster.py | ||
README.md | ||
requirements.txt | ||
runwebsockify.py | ||
start.sh | ||
utils.py |
#Proxmaster Python RESTful API for managing a grid of vm slaves
##Installation instructions:
1. sudo pip3 install -r requirements.txt
2. create config.ini with the following format:
3. chmod +x start.sh
4. create nginx vhost via the provided template files:
- config.ini.dist
- nginx_example_vhost.txt
5. o/