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) + +