X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README.md;h=f3a754d54652ae5b2ba6296af5084ab86697845e;hb=f6dc2fff48cbc3b95eb71d3af5eb60d3b689c2ad;hp=491b09a3676aa586ff34cbdcf78908d338667123;hpb=d59a8da813491d4cfad188adb0e3fc7a2306f835;p=oweals%2Fpeertube.git diff --git a/README.md b/README.md index 491b09a36..f3a754d54 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,14 @@ donating to them](https://soutenir.framasoft.org/en/).** Want to see it in action? * Demonstration servers: - * [peertube.cpy.re](http://peertube.cpy.re) - * [peertube2.cpy.re](http://peertube2.cpy.re) + * [peertube.cpy.re](http://peertube.cpy.re) + * [peertube2.cpy.re](http://peertube2.cpy.re) * [peertube3.cpy.re](http://peertube3.cpy.re) * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) to see what the "decentralization feature" looks like +*Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.* + ## Why We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, @@ -131,14 +133,19 @@ BitTorrent) inside the web browser, as of today. * nginx * PostgreSQL + * Redis * **NodeJS >= 8.x** * yarn * OpenSSL (cli) * FFmpeg +## Run using Docker + +See the [docker guide](/support/doc/docker.md) + ## Production -See the [production guide](support/doc/production.md). +See the [production guide](/support/doc/production.md). ## Contributing