add documentation

This commit is contained in:
Simon Vieille 2019-08-01 10:32:58 +02:00
parent 2147ca020d
commit e16865ca1d
Signed by: deblan
GPG Key ID: 03383D15A1D31745
2 changed files with 43 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/share/bin/crypt /share/bin/crypt
/share/bin/twigc /share/bin/twigc
/tests /tests
/img

View File

@ -1,14 +1,19 @@
VHOST-MANAGER VHOST-MANAGER
============= =============
Installation VHOST-MANAGE helps you to create apache2 vhosts.
------------
### Requirements Requirements
------------
* PHP * PHP
* /bin/sh * /bin/sh
* GCC * GCC
* wget
* make
Installation
------------
``` ```
$ git clone https://gitnet.fr/deblan/vhost-manager.git $ git clone https://gitnet.fr/deblan/vhost-manager.git
@ -16,9 +21,43 @@ $ cd vhost-manager
$ make $ make
``` ```
Configuration
-------------
```
$ cp etc/config.dist etc/config
$ vim etc/config
```
Usage Usage
----- -----
``` ```
$ sudo ./bin/vhost-add $ sudo ./bin/vhost-add
``` ```
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102531.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102547.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102551.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102556.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102601.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102614.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102619.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102624.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102630.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102637.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102649.jpg)
![](https://www.deblan.io/~simon/vhost-manager/screenshot-20190801-102655.jpg)