vhost-manager/README.md
2019-08-02 10:05:25 +02:00

43 lines
543 B
Markdown

VHOST-MANAGER
=============
VHOST-MANAGE helps you to create apache2 vhosts.
Requirements
------------
* PHP
* /bin/sh
* GCC
* whiptail
* wget
* make
Installation
------------
```
$ sudo apt install gcc whiptail wget make
$ sudo apt install <php stuff>
$ git clone https://gitnet.fr/deblan/vhost-manager.git
$ 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/vhost-manager2.gif)