mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update manual install steps
This commit is contained in:
parent
a280c9df89
commit
be635e773c
@ -132,10 +132,16 @@ sudo mkdir /etc/raspap
|
|||||||
sudo mv /var/www/html/raspap.php /etc/raspap/
|
sudo mv /var/www/html/raspap.php /etc/raspap/
|
||||||
sudo chown -R www-data:www-data /etc/raspap
|
sudo chown -R www-data:www-data /etc/raspap
|
||||||
```
|
```
|
||||||
Move the HostAPD logging scripts to the correct location.
|
Move the HostAPD logging and service control shell scripts to the correct location.
|
||||||
```sh
|
```sh
|
||||||
sudo mkdir /etc/raspap/hostapd
|
sudo mkdir /etc/raspap/hostapd
|
||||||
sudo mv /var/www/html/installers/*log.sh /etc/raspap/hostapd
|
sudo mv /var/www/html/installers/*log.sh /etc/raspap/hostapd
|
||||||
|
sudo mv /var/www/html/installers/service*.sh /etc/raspap/hostapd
|
||||||
|
```
|
||||||
|
Set ownership and permissions for logging and service control scripts.
|
||||||
|
```sh
|
||||||
|
sudo chown -c root:www-data /etc/raspap/hostapd/*.sh
|
||||||
|
sudo chmod 750 /etc/raspap/hostapd/*.sh
|
||||||
```
|
```
|
||||||
Add the following lines to `/etc/rc.local` before `exit 0`.
|
Add the following lines to `/etc/rc.local` before `exit 0`.
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user