From e16865ca1d1c197473a456d0ae2df751c5105d6a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 1 Aug 2019 10:32:58 +0200 Subject: [PATCH] add documentation --- .gitignore | 1 + README.md | 45 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b3193d..5aa1641 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /share/bin/crypt /share/bin/twigc /tests +/img diff --git a/README.md b/README.md index 627ee3f..928ce75 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ VHOST-MANAGER ============= -Installation ------------- +VHOST-MANAGE helps you to create apache2 vhosts. -### Requirements +Requirements +------------ * PHP * /bin/sh * GCC +* wget +* make + +Installation +------------ ``` $ git clone https://gitnet.fr/deblan/vhost-manager.git @@ -16,9 +21,43 @@ $ cd vhost-manager $ make ``` +Configuration +------------- + +``` +$ cp etc/config.dist etc/config +$ vim etc/config +``` + Usage ----- ``` $ 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) + +