Merge branch 'master' of https://git.theta42.com/wmantly/proxy
This commit is contained in:
commit
977daefeb8
@ -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.
|
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
|
* Install open ssh server
|
||||||
```bash
|
```bash
|
||||||
apt install ssh
|
apt install ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
* Install openresty
|
* Install openresty
|
||||||
|
|
||||||
[OpenResty® Linux Packages](https://openresty.org/en/linux-packages.html)
|
[OpenResty® Linux Packages](https://openresty.org/en/linux-packages.html)
|
||||||
|
|
||||||
* Install redis
|
* Install redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user