Merge pull request #26 from hxpro/master
Howto install prerequisite for CentOS 7
This commit is contained in:
commit
8ddf14de02
10
README.md
10
README.md
@ -29,6 +29,16 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi
|
|||||||
# ln -s /usr/bin/nodejs /usr/bin/node
|
# ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
````
|
````
|
||||||
|
|
||||||
|
### CentOS 7
|
||||||
|
|
||||||
|
````
|
||||||
|
# yum install epel-release
|
||||||
|
# yum install openvpn httpd php-mysql mariadb-server php nodejs unzip git wget sed npm
|
||||||
|
# npm install -g bower
|
||||||
|
# systemctl enable mariadb
|
||||||
|
# systemctl start mariadb
|
||||||
|
````
|
||||||
|
|
||||||
### Other distribution... (PR welcome)
|
### Other distribution... (PR welcome)
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user