From 3f52b1a2ef1f48514822d3c734cef9c06583a582 Mon Sep 17 00:00:00 2001 From: Rostislav Kirillov Date: Thu, 10 Sep 2020 08:04:33 +0500 Subject: [PATCH 1/2] add ubuntu packages to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8448ab7..14d8efc 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ 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 +``` + ### Other distribution... (PR welcome) ## Tests From 85d751a44fb20b1e0f3be2dac408cbf440bdc475 Mon Sep 17 00:00:00 2001 From: Rostislav Kirillov Date: Thu, 10 Sep 2020 08:33:28 +0500 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14d8efc..fadb328 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ In order to install `npm`, [stretch-backports need to be added to your sources.l ``` # 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)