add documentation
This commit is contained in:
parent
2147ca020d
commit
e16865ca1d
2 changed files with 43 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/share/bin/crypt
|
||||
/share/bin/twigc
|
||||
/tests
|
||||
/img
|
||||
|
|
|
|||
45
README.md
45
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
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue