From 252f445a942351d7308f7ad5a4a3dba8c9043a88 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Fri, 27 Feb 2015 17:38:09 +0100 Subject: [PATCH] Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2946a9ad..afc47e85 100644 --- a/README.md +++ b/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/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 1. File an issue in the repository, using the bug tracker, describing the