]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - README.md
Client Better design for video watch
[github/Chocobozzz/PeerTube.git] / README.md
index d37e7ae2b77328d0afad149cb8aa336c72d1aa59..750522dd6905015f45e0c3565dd2076ce1d58f9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Decentralized video streaming platform using P2P (BitTorrent) directly in the we
     <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" />
   </a>
 
-  <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies">
+  <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=dev">
     <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
   </a>
 </p>
@@ -33,7 +33,7 @@ Decentralized video streaming platform using P2P (BitTorrent) directly in the we
     <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
   </a>
 
-  <a href="https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies">
+  <a href="https://david-dm.org/Chocobozzz/PeerTube#info=dev">
     <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
   </a>
 
@@ -93,19 +93,27 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
   - [X] Account rights (upload...)
 - [X] Make the network auto sufficient (eject bad pods etc)
 - [X] Validate the prototype (test PeerTube in a real world)
-- [ ] Manage API breaks
+- [ ] Manage inter pod API breaks
 - [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
 - [X] Admin panel
   - [X] Stats
   - [X] Friends list
   - [X] Manage users (create/remove)
 - [X] OpenGraph tags
+- [X] Update video
+- [X] Videos view count
+- [X] Videos likes/dislikes
+- [ ] Videos comments?
+- [X] User registration
 - [ ] User playlists
 - [ ] User subscriptions (by tags, author...)
 - [X] Signaling a video to the admin origin pod
 
+
 ## Installation
 
+See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands.
+
 ### Front compatibility
 
   * Chromium
@@ -157,8 +165,7 @@ The administrator password is automatically generated and can be found in the lo
 
     $ NODE_ENV=production npm run reset-password -- -u root
 
-**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx
-
+**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx <br />
 **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
 
 You can check the application (CORS headers, tracker websocket...) by running:
@@ -179,7 +186,8 @@ In this mode, the server will run requests between pods more quickly, the videos
 
     $ npm run dev
 
-The administrator password is displayed in the command output and can be found in the logs.
+**Username**: *root* <br/>
+**Password**: *test*
 
 ### Test with 3 fresh nodes