One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #!/bin/bash | |
| # chmod +x setup.sh && ./setup.sh | |
| # [!] only for testing! this is not stable or secure | |
| # it takes some hours. | |
| # it is available under http://<server-ip>:8080 | |
| # | |
| # make sure that you run ubuntu 16.04 | |
| # you need minimum 25gb (10gb filled with build dependencies) |
| # /etc/network/interfaces | |
| # | |
| auto lo | |
| iface lo inet loopback | |
| # device: eth0 | |
| iface eth0 inet manual | |
| # IPv4 bridge | |
| # (connect ONLY your firewall/router KVM instance here, this is the WAN device!) |