| Zerotruth installation needs obviously to operate from the “inside” Zeroshell, so:
1. Connect to Zeroshell trough ssh;
2. From "Select" digit "S";
3. Collocate yourself in /DB ( "cd /DB" );
4. Download the file.tar.gz trough wget or scp if you have it on your machine or...your choice;
example with "wget" and the 1.0.beta2 version ( zerotruth-1.0.beta2.tar.gz):
wget http://www.zerotruth.net/controldl.php?file=zerotruth-1.0.beta2.tar.gz
5. Extract the tgz:
tar zxvf zerotruth-1.0.beta2.tar.gz
6. Enter in the created directory:
cd zerotruth-1.0.beta2
7. Let the installation begin:
./install.sh
The order does all the necessary operations.
(in the same directory you will find the script "uninstall.sh" to uninstall completely Zerotruth)
Now connect via web to Zeroshell address and do an eventually page refresh .
You will see the "choice" page that will be presented every time you will access to Zeroshell-Zerotruth.
|