From 6045f0a505d275dbd5f36154db071b3908bcf462 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Thu, 25 Apr 2019 00:24:26 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d0793b5..2006cf14 100644 --- a/README.md +++ b/README.md @@ -118,17 +118,21 @@ Once those modifications are done, git clone the files to `/var/www/html`. sudo rm -rf /var/www/html sudo git clone https://github.com/billz/raspap-webgui /var/www/html ``` +Move the high-res favicons to the web root. +``` +sudo mv /var/www/html/dist/icons/* /var/www/html +``` Set the files ownership to `www-data` user. ```sh sudo chown -R www-data:www-data /var/www/html ``` -Move the RaspAP configuration file to the correct location +Move the RaspAP configuration file to the correct location. ```sh sudo mkdir /etc/raspap sudo mv /var/www/html/raspap.php /etc/raspap/ sudo chown -R www-data:www-data /etc/raspap ``` -Move the HostAPD logging scripts to the correct location +Move the HostAPD logging scripts to the correct location. ```sh sudo mkdir /etc/raspap/hostapd sudo mv /var/www/html/installers/*log.sh /etc/raspap/hostapd