File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# <div align =" center " >Raspberry Pi Dashboard</div >
22
3- ## <div align =" center " >✔ Development will continue as of August 2021! ✔</div >
4-
53<div align =" center " >View and manage your Pi system through your web browser!</div >
64<p align =" center " ><sub >Written in plain HTML5, CSS3, JavaScript and PHP (backend). <b >No extra software required!</b ></sub ></p >
75
@@ -60,8 +58,11 @@ _(if you are using another distro than Raspbian/Raspberry Pi OS the username of
6058### Setup project
6159
6260- navigate to your web folder (` cd /var/www/html ` )
63- - clone this Github repository: ` git clone https://github.com/femto-code/Rasberry-Pi-Dashboard.git {your_subfolder_name} `
64- - Run ` sudo chmod -R 775 /var/www/html/<your_subfolder_name> ` to set correct permissions
61+ - clone this Github repository: ` git clone https://github.com/femto-code/Rasberry-Pi-Dashboard.git <your_subfolder_name> `
62+ - Run
63+ - ` sudo chmod -R 775 /var/www/html/<your_subfolder_name> ` and
64+ - ` sudo chown -R <yourlogin>:www-data /var/www/html/<your_subfolder_name> ` <br >(replace ` <yourlogin> ` with your username)
65+ - to set correct permissions
6566- ** DONE!** Open web browser with URL: ` http://IP_OF_YOUR_RPI/<your_subfolder_name> `
6667> Note: replace <your_subfolder_name> with your choice of subfolder name accordingly. You can also rename the base folder at any time afterwards.
6768
You can’t perform that action at this time.
0 commit comments