vhost-manager/README.md

64 lines
1.3 KiB
Markdown
Raw Normal View History

2019-07-31 20:57:30 +02:00
VHOST-MANAGER
=============
2019-08-01 10:32:58 +02:00
VHOST-MANAGE helps you to create apache2 vhosts.
2019-07-31 20:57:30 +02:00
2019-08-01 10:32:58 +02:00
Requirements
------------
2019-07-31 20:57:30 +02:00
* PHP
* /bin/sh
* GCC
2019-08-01 10:32:58 +02:00
* wget
* make
Installation
------------
2019-07-31 20:57:30 +02:00
```
$ git clone https://gitnet.fr/deblan/vhost-manager.git
$ cd vhost-manager
$ make
```
2019-08-01 10:32:58 +02:00
Configuration
-------------
```
$ cp etc/config.dist etc/config
$ vim etc/config
```
2019-07-31 20:57:30 +02:00
Usage
-----
```
$ sudo ./bin/vhost-add
```
2019-08-01 10:32:58 +02:00
![](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)