mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated README
This commit is contained in:
parent
3348bf7744
commit
252f445a94
13
README.md
13
README.md
@ -36,6 +36,19 @@ www-data ALL=(ALL) NOPASSWD:/sbin/ifdown wlan0,/sbin/ifup wlan0,/bin/cat
|
|||||||
/etc/init.d/hostapd start,/etc/init.d/hostapd stop,/etc/init.d/dnsmasq start,
|
/etc/init.d/hostapd start,/etc/init.d/hostapd stop,/etc/init.d/dnsmasq start,
|
||||||
/etc/init.d/dnsmasq stop,/bin/cp /tmp/dhcpddata /etc/dnsmasq.conf
|
/etc/init.d/dnsmasq stop,/bin/cp /tmp/dhcpddata /etc/dnsmasq.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once those modifications are done, git clone the files to `/var/www`.
|
||||||
|
```sh
|
||||||
|
sudo git clone https://github.com/billz/raspap-webgui /var/www
|
||||||
|
```
|
||||||
|
Set the files ownership to `www-data` user.
|
||||||
|
```sh
|
||||||
|
sudo chown -R www-data:www-data /var/www
|
||||||
|
```
|
||||||
|
Reboot and it should be up and running!
|
||||||
|
```sh
|
||||||
|
sudo reboot
|
||||||
|
```
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|
||||||
1. File an issue in the repository, using the bug tracker, describing the
|
1. File an issue in the repository, using the bug tracker, describing the
|
||||||
|
Loading…
Reference in New Issue
Block a user