Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ In order to install `npm`, [stretch-backports need to be added to your sources.l
# systemctl start mariadb
````

### Ubuntu 16.04

```
# apt-get install openvpn php7.0 php7.0-zip php7.0-mysql nginx mysql-server nodejs unzip git wget sed npm curl
# npm install -g bower
# ln -s /usr/bin/nodejs /usr/bin/node
```

### Other distribution... (PR welcome)

## Tests
Expand Down