Go to file
2016-02-16 21:12:12 +02:00
.gitignore First. 2016-02-15 12:30:43 +02:00
clientsdb.py First. 2016-02-15 12:30:43 +02:00
config.ini.dist First. 2016-02-15 12:30:43 +02:00
grid.py First. 2016-02-15 12:30:43 +02:00
humanjson.sh add humanjson.sh script 2016-02-15 12:42:15 +02:00
ioconfig.py First. 2016-02-15 12:30:43 +02:00
journaldb.py First. 2016-02-15 12:30:43 +02:00
LICENSE First. 2016-02-15 12:30:43 +02:00
nginx_example_vhost.txt First. 2016-02-15 12:30:43 +02:00
novnc.py iptables rule 2016-02-15 13:04:29 +02:00
plugin.py fixing messages 2016-02-16 21:12:12 +02:00
proxmaster.py First. 2016-02-15 12:30:43 +02:00
README.md iptables rule 2016-02-15 13:04:29 +02:00
requirements.txt First. 2016-02-15 12:30:43 +02:00
runwebsockify.py First. 2016-02-15 12:30:43 +02:00
start.sh First. 2016-02-15 12:30:43 +02:00
utils.py First. 2016-02-15 12:30:43 +02:00

#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. make sure this iptables rule is included:
iptables -A tcp_inbound -p TCP --match multiport --dports 6900:8000 -j ACCEPT #vnc range
6. o/