Updated readme

This commit is contained in:
grez911
2017-02-05 14:55:43 +03:00
parent 893aff941a
commit b19bfbdb03
2 changed files with 15 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ A light php web interface to mlmmj. It does not use a database.
## Installation ## Installation
**An easy way:** **An easy way:**
1. Install a clean Debian from [netinst](https://www.debian.org/CD/netinst/) iso with only standard system utilities. 1. Install a clean Debian from [netinst](https://www.debian.org/CD/netinst/) iso with only standard system utilities.
2. Do commands: 2. Do commands:
@@ -19,6 +20,20 @@ mlmmj-light-web/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.
## Using
Create a domain:
```
/var/www/html/misc/manage_domains.sh add list.example.com
```
Delete a domain:
```
/var/www/html/misc/manage_domains.sh del list.example.com
```
## Screenshots ## Screenshots
![](misc/move/screenshot_0.png?raw=true) ![](misc/move/screenshot_0.png?raw=true)

BIN
misc/.manage_domains.sh.swp Normal file

Binary file not shown.