Python 3.7.0+
Install required packages
apt update && apt -y install sshpass git python-virtualenv
Clone repo
git clone https://github.com/xvost/UPIS.git
Create and prepare virtual env
cd ./UPIS/
virtualenv venv
source ./venv/bin/activate
pip3 install -r ./requirements.txt
Change dir
Rename data.conf
cp ./data.conf.example ./data_ipv6.conf
or
cp ./data.conf.example ./data_ipv4.conf
Edit data.conf
editor ./data_ipv6.conf
Start script
./start_install.py -n ipv6 -c
Change dir
cd ./UPIS
Start script at interactive mode
./start_install.py -n ipv6 -i
./start_install.py -h
- Only Debian 8 with 3.* kernel at proxies nodes
- Do not permit install ipv6 and ipv4 together.
Need installed docker engine
Use script ./install_as_command.sh
to build and setup command
Usage: upis -h