mirror of https://github.com/Chocobozzz/PeerTube
adding some instructions for certbot and basic utility programs needed (#336)
parent
c39ea24b71
commit
bc2fc1a783
|
@ -1,12 +1,19 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
## Debian / Ubuntu and derivatives
|
## Debian / Ubuntu and derivatives
|
||||||
|
1. Install basic utility programs needed for the installation
|
||||||
|
|
||||||
1. Install NodeJS 8.x (current LTS):
|
```
|
||||||
|
$ sudo apt-get install curl sudo unzip vim
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Install certbot (choose instructions for nginx and your distribution) :
|
||||||
|
[https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions)
|
||||||
|
3. Install NodeJS 8.x (current LTS):
|
||||||
[https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
|
[https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
|
||||||
2. Install yarn:
|
4. Install yarn:
|
||||||
[https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab)
|
[https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab)
|
||||||
4. Run:
|
5. Run:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo apt update
|
$ sudo apt update
|
||||||
|
|
Loading…
Reference in New Issue