forked from services/mlmmj-light-web-ecg
Updated readme
This commit is contained in:
@@ -15,7 +15,7 @@ A light php web interface to mlmmj. It does not use a database.
|
|||||||
cd /tmp
|
cd /tmp
|
||||||
wget https://github.com/grez911/mlmmj-light-web/archive/master.tar.gz
|
wget https://github.com/grez911/mlmmj-light-web/archive/master.tar.gz
|
||||||
tar xzvf master.tar.gz
|
tar xzvf master.tar.gz
|
||||||
mlmmj-light-web/misc/init.sh
|
mlmmj-light-web-master/misc/init.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**A slightly harder way:** read init.sh code and do all manually.
|
**A slightly harder way:** read init.sh code and do all manually.
|
||||||
|
|||||||
@@ -95,7 +95,8 @@ cp -rp * /var/www/html/
|
|||||||
cd ..
|
cd ..
|
||||||
echo "Removing installation files..."
|
echo "Removing installation files..."
|
||||||
echo
|
echo
|
||||||
rm -rf mlmmj-light-web
|
rm -rf mlmmj-light-web-master
|
||||||
|
rm -rf master.tar.gz
|
||||||
echo "Setting ownership of files..."
|
echo "Setting ownership of files..."
|
||||||
echo
|
echo
|
||||||
chown mlmmj:mlmmj -R /var/www/html
|
chown mlmmj:mlmmj -R /var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user