Update README with postgresql
This commit is contained in:
parent
55e0591c8e
commit
8c67719c80
|
@ -117,7 +117,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
|
||||||
* **NodeJS >= 4.x**
|
* **NodeJS >= 4.x**
|
||||||
* **npm >= 3.x**
|
* **npm >= 3.x**
|
||||||
* OpenSSL (cli)
|
* OpenSSL (cli)
|
||||||
* MongoDB
|
* PostgreSQL
|
||||||
* ffmpeg
|
* ffmpeg
|
||||||
|
|
||||||
#### Debian
|
#### Debian
|
||||||
|
@ -127,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
|
||||||
* Run:
|
* Run:
|
||||||
|
|
||||||
# apt-get update
|
# apt-get update
|
||||||
# apt-get install ffmpeg mongodb openssl
|
# apt-get install ffmpeg postgresql-9.4 openssl
|
||||||
# npm install -g npm@3
|
# npm install -g npm@3
|
||||||
|
|
||||||
#### Other distribution... (PR welcome)
|
#### Other distribution... (PR welcome)
|
||||||
|
|
Loading…
Reference in New Issue