From 36cee17375a8fb9f387a81599fe2169b278cbfc6 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 31 Mar 2020 21:44:58 +0200 Subject: [PATCH] Updated Manual installation (markdown) --- Manual-installation.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Manual-installation.md b/Manual-installation.md index a3d77f2..6278cc6 100644 --- a/Manual-installation.md +++ b/Manual-installation.md @@ -71,27 +71,27 @@ sudo chown -R www-data:www-data /var/www/html sudo chown -R www-data:www-data /etc/raspap ``` -Move the HostAPD logging and service control shell scripts to the correct location. +Move the hostapd logging and service control shell scripts to the correct location. ``` sudo mv installers/*log.sh /etc/raspap/hostapd sudo mv installers/service*.sh /etc/raspap/hostapd ``` -Set ownership and permissions for logging and service control scripts. +Set ownership and permissions for the logging and service control scripts. ``` sudo chown -c root:www-data /etc/raspap/hostapd/*.sh sudo chmod 750 /etc/raspap/hostapd/*.sh ``` -Copy and set ownership of the lighttpd control scripts +Copy and set ownership of the lighttpd control scripts. ``` sudo cp installers/configport.sh /etc/raspap/lighttpd sudo chown -c root:www-data /etc/raspap/lighttpd/*.sh ``` -Move the raspap service to the correct location and enable it. +Move the raspapd daemon to the correct location and enable it. ``` sudo mv installers/raspapd.service /lib/systemd/system @@ -144,14 +144,14 @@ sudo iptables -t nat -A POSTROUTING -s 192.168.50.0/24 ! -d 192.168.50.0/24 -j M sudo iptables-save | sudo tee /etc/iptables/rules.v4 ``` -Unmask and enable hostapd.service +Unmask and enable hostapd.service. ``` sudo systemctl unmask hostapd.service sudo systemctl enable hostapd.service ``` -(Optional) Install OpenVPN, enable option in RaspAP config and enable openvpn-client service. +(Optional) Install OpenVPN, enabling the option in RaspAP's config and enable the openvpn-client service. ``` sudo apt-get install openvpn @@ -176,9 +176,3 @@ sudo reboot The default username is 'admin' and the default password is 'secret'. - - - - - -