mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Update pivilion manual setup
parent
2e43af6611
commit
eaeb4065ed
@ -75,13 +75,13 @@ Check used and available storage with
|
||||
|
||||
### Upgrade your system
|
||||
|
||||
`sudo apt-get update && sudo apt-get upgrade`
|
||||
`sudo apt update && sudo apt upgrade`
|
||||
|
||||
### Install Lighttpd
|
||||
|
||||
Lighttpd (pronounced "lighty") is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible.
|
||||
|
||||
`sudo apt-get install lighttpd`
|
||||
`sudo apt install lighttpd`
|
||||
|
||||
You can now navigate to your Rpi's IP (or hostname - raspberry) using a browser.
|
||||
|
||||
@ -89,7 +89,7 @@ You will see lighttpd's placeholder page.
|
||||
|
||||
### Install PHP and modules
|
||||
|
||||
`sudo apt-get install php-cgi`
|
||||
`sudo apt install php-cgi`
|
||||
|
||||
PHP (Hypertext Preprocessor) is a server-side scripting language designed primarily for (but not limited to) web development. We use it to run our basic gallery generation script.
|
||||
|
||||
@ -111,7 +111,7 @@ Reload the lighttpd daemon
|
||||
|
||||
### Install Hostapd
|
||||
|
||||
`sudo apt-get install hostapd`
|
||||
`sudo apt install hostapd`
|
||||
|
||||
Hostapd (Host access point daemon) is a user space software access point capable of turning normal network interface cards into access points and authentication servers. We use it, in conjuction with dnsmaq, to turn the Rpi into a Wifi access point.
|
||||
|
||||
@ -124,19 +124,19 @@ These can be edited in /etc/hostapd/hostapd.conf by issuing
|
||||
|
||||
### Install Dnsmasq
|
||||
|
||||
`sudo apt-get install dnsmasq`
|
||||
`sudo apt install dnsmasq`
|
||||
|
||||
Dnsmasq is a Domain Name System (DNS) forwarder and Dynamic Host Configuration Protocol (DHCP) server for small computer networks. We use it to provide the clients connected to our access point with IP addresses.
|
||||
|
||||
### Install git
|
||||
|
||||
`sudo apt-get install git`
|
||||
`sudo apt install git`
|
||||
|
||||
Git (/ɡɪt/) is a version control system (VCS) that is used for software development and other version control tasks. We use it download settings and scripts from our Gitlab repository.
|
||||
|
||||
### Install Tor
|
||||
|
||||
`sudo apt-get install tor`
|
||||
`sudo apt install tor`
|
||||
|
||||
You can now choose to either pull the Pivilion scripts and Tor / Rpi configuration (if so skip to [here](#cloning-pivilion-settings-and-scripts-via-git)) from our Gitlab or make the next step manually and make your own Tor hidden service without Pivilion.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user