Skip to content

Commit

Permalink
Howto install prerequisite for CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
hxpro committed Oct 30, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b343a9b commit 5dd4d98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,16 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi
# 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)

## Tests

0 comments on commit 5dd4d98

Please sign in to comment.