mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
Update pivilion manual setup
parent
737ec1be75
commit
0b37b6db85
@ -273,18 +273,6 @@ This should show the same lighttpd placeholder page as before.
|
|||||||
|
|
||||||
That's it - everything should be working now!
|
That's it - everything should be working now!
|
||||||
|
|
||||||
### Lazy Mode
|
|
||||||
If you don't feel like learning about the various components used to build a Tor hidden service, you can just use lazy mode to bundle up individual installations.
|
|
||||||
All you need to do is paste the following line into your terminal and hit Enter. It will take a couple of minutes to finish.
|
|
||||||
|
|
||||||
`sudo apt update; sudo apt upgrade -y; sudo apt install lighttpd php-cgi hostapd dnsmasq git tor -y; sudo lighty-enable-mod fastcgi; sudo lighty-enable-mod fastcgi-php; sudo service lighttpd force-reload; cd /; sudo git init; sudo git remote add origin https://gitlab.com/hacklab01/pivilion.git; sudo git fetch origin; sudo git checkout -f --track origin/master; sudo chown -R pi:pi /home/pi; sudo chown -R www-data:www-data /var/www/; sudo chmod -R 775 /var/www; sudo usermod -a -G www-data pi; sudo reboot`
|
|
||||||
|
|
||||||
The system will reboot automatically and all you need to do is run
|
|
||||||
|
|
||||||
`pivilion`
|
|
||||||
|
|
||||||
after that to set up some final stuff and you should be good to go! :)
|
|
||||||
|
|
||||||
### Command Overview
|
### Command Overview
|
||||||
|
|
||||||
While logged in to the Pi via SSH there are four commands at your disposal.
|
While logged in to the Pi via SSH there are four commands at your disposal.
|
||||||
@ -362,6 +350,18 @@ You can skip all the Raspberry-specific steps if you chose to use Virtualbox. Yo
|
|||||||
|
|
||||||
You can also download the complete pre-installed appliance image and run Pivilion in Virtualbox without having to install anything.
|
You can also download the complete pre-installed appliance image and run Pivilion in Virtualbox without having to install anything.
|
||||||
|
|
||||||
|
### Lazy Mode
|
||||||
|
If you don't feel like learning about the various components used to build a Tor hidden service, you can just use lazy mode to bundle up individual installations.
|
||||||
|
All you need to do is paste the following line into your terminal and hit Enter. It will take a couple of minutes to finish.
|
||||||
|
|
||||||
|
`sudo apt update; sudo apt upgrade -y; sudo apt install lighttpd php-cgi hostapd dnsmasq git tor -y; sudo lighty-enable-mod fastcgi; sudo lighty-enable-mod fastcgi-php; sudo service lighttpd force-reload; cd /; sudo git init; sudo git remote add origin https://gitlab.com/hacklab01/pivilion.git; sudo git fetch origin; sudo git checkout -f --track origin/master; sudo chown -R pi:pi /home/pi; sudo chown -R www-data:www-data /var/www/; sudo chmod -R 775 /var/www; sudo usermod -a -G www-data pi; sudo reboot`
|
||||||
|
|
||||||
|
The system will reboot automatically and all you need to do is run
|
||||||
|
|
||||||
|
`pivilion`
|
||||||
|
|
||||||
|
after that to set up some final stuff and you should be good to go! :)
|
||||||
|
|
||||||
Please note that Pivilion is in public beta and is sure to have some errors. Don't hesitate to help development by raising issues here https://gitlab.com/hacklab01/pivilion/issues
|
Please note that Pivilion is in public beta and is sure to have some errors. Don't hesitate to help development by raising issues here https://gitlab.com/hacklab01/pivilion/issues
|
||||||
|
|
||||||
Now go make some darknet of things galleries! :)
|
Now go make some darknet of things galleries! :)
|
Loading…
x
Reference in New Issue
Block a user