diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-12 15:20:03 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-12 15:20:03 +0100 |
commit | 99fe265a5fc077cb66c322e7f3d191ff7110aea0 (patch) | |
tree | c9e04ccfcc5496d2300d7c26db5833e494b4cdad /README.md | |
parent | fcc5f77b95d330bfcb439c172b7fcc58f3162e4d (diff) | |
parent | 91cc839af88730ba55f84997c56b85ea100070a7 (diff) | |
download | PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.gz PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.zst PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.zip |
Merge branch 'postgresql'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -121,7 +121,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
121 | * **NodeJS >= 4.x** | 121 | * **NodeJS >= 4.x** |
122 | * **npm >= 3.x** | 122 | * **npm >= 3.x** |
123 | * OpenSSL (cli) | 123 | * OpenSSL (cli) |
124 | * MongoDB | 124 | * PostgreSQL |
125 | * ffmpeg | 125 | * ffmpeg |
126 | 126 | ||
127 | #### Debian | 127 | #### Debian |
@@ -131,7 +131,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
131 | * Run: | 131 | * Run: |
132 | 132 | ||
133 | # apt-get update | 133 | # apt-get update |
134 | # apt-get install ffmpeg mongodb openssl | 134 | # apt-get install ffmpeg postgresql-9.4 openssl |
135 | # npm install -g npm@3 | 135 | # npm install -g npm@3 |
136 | 136 | ||
137 | #### Other distribution... (PR welcome) | 137 | #### Other distribution... (PR welcome) |
@@ -238,7 +238,7 @@ Here are some simple schemes: | |||
238 | 238 | ||
239 | <img src="https://lutim.cpy.re/MyeS4q1g" alt="Join a network" /> | 239 | <img src="https://lutim.cpy.re/MyeS4q1g" alt="Join a network" /> |
240 | 240 | ||
241 | <img src="https://lutim.cpy.re/PqpTTzdP" alt="Many networks" | 241 | <img src="https://lutim.cpy.re/PqpTTzdP" alt="Many networks" /> |
242 | 242 | ||
243 | </p> | 243 | </p> |
244 | 244 | ||