diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 991991f..4cd87bd 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -3,17 +3,18 @@ You can chose to download one of our pre-installed images or follow this guide to install Pivilion on your Raspberry Pi from scratch and use it as a portable darknet gallery. It installs Tor with Lighttpd (Lighty) as a hidden service and runs a simple php based gallery system. Tor is free software for enabling anonymous communication and censorship circumvention. However, Pivilion doesn't use Tor for its anonimity features (but Tor still provides them). Tor is used to host a HTTP server as a hidden service. We make extensive use of its NAT punching capabilites to enable us to host a gallery behind NATs and firewalls. Keep in mind that this may or may not break your ISP contract if you do it from home. Using public WiFi to host hidden services, while not technically illegal if you were provided with the password by the owner of the WiFi, may present certain issues with their ISP. Since we're using Tor there is no way for you to get *caught*. With great power comes great resposibility. Be responsible in what you host and do on the darknet while using Pivilion. ## Use a Virtualbox image -For testing Pivilion without a Raspberry Pi, you can use an Ubuntu server (or any other Debian-based OS) as a base and install all packages from this manual. Some package names may differ, depending on your system. Use +For testing Pivilion without a Raspberry Pi, you can use Ubuntu server (or any other Debian-based OS) as a base and install all packages from this manual. Some package names may differ, depending on your system. Use `apt-cache search package name` to search for similar packages. In Ubuntu server php5-cgi is called php-cgi. - Run your appliance in bridged networking mode if you need to access your Pivillion appliance from your local network. You can skip all the Raspberry-specific steps if you chose to use Virtualbox. You can also download prepared Virtualbox appliances with Pivilion completely installed, or a base system to install Pivilion yourself. +You can also download the complete pre-installed appliance image and run Pivilion in Virtualbox without having to install anything. + ## Checklist #### Raspbian image