diff --git a/README.md b/README.md index 7aa67a1..bc1ae6b 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# mlmmj-light-web \ No newline at end of file +# mlmmj-light-web + +## Description + +A light php web interface to mlmmj. It does not use a database. + +## Installation + +**An easy way:** +1. Install a clean Debian from [netinst](https://www.debian.org/CD/netinst/) iso with only standard system utilities. +2. Do commands: + +```bash +cd /tmp +wget https://github.com/grez911/mlmmj-light-web/archive/master.tar.gz +tar xzvf master.tar.gz +mlmmj-light-web/misc/init.sh +``` + +**A slightly harder way:** read init.sh code and do all manually. + +## Screenshots + +![](misc/move/screenshot_0.png?raw=true) + +![](misc/move/screenshot_1.png?raw=true) diff --git a/misc/.init.sh.swp b/misc/.init.sh.swp new file mode 100644 index 0000000..f96897e Binary files /dev/null and b/misc/.init.sh.swp differ diff --git a/misc/move/screenshot_0.png b/misc/move/screenshot_0.png new file mode 100644 index 0000000..f3a339c Binary files /dev/null and b/misc/move/screenshot_0.png differ diff --git a/misc/move/screenshot_1.png b/misc/move/screenshot_1.png new file mode 100644 index 0000000..1006455 Binary files /dev/null and b/misc/move/screenshot_1.png differ