January 2019
Beginner to intermediate
776 pages
19h 58m
English
First, get the MaxiNet installer to all the servers that you would like to install it:
$ wget https://github.com/MaxiNet/MaxiNet/raw/v1.0/installer.sh
Make sure you can sudo without entering a password for the user. In Ubuntu, this can be done by adding the following line to the /etc/sudoers file:
myusername ALL=(ALL) NOPASSWD: ALL
Here, replace myusername with your username.
Now if you type:
$ sudo su
It should not ask for the password.
You will have to install python-setuptools, or upgrade it with pip, to make the MaxiNet installation work:
$ sudo apt-get install python-setuptools $ pip install --upgrade --user setuptools pip
Run the script from all the servers as the user that would run MaxiNet later:
$ sh installer.sh ...
Read now
Unlock full access