From 8319add5991d71616699ac26955371b45963be62 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 14 Feb 2018 18:14:49 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 072d54a..c460bce 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,19 @@ This has been tested on ubuntu 16.04, but should work on any modern Linux distro The steps below are for a new ubuntu server, they should be mostly the same for other distros, but the paths and availability of packages may vary. +* Install other + These packages are needed for the PAM node package + ```bash + apt install libpam0g-dev build-essential + ``` + * Install open ssh server ```bash apt install ssh ``` * Install openresty + [OpenResty® Linux Packages](https://openresty.org/en/linux-packages.html) * Install redis