aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-03-07 18:06:54 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-03-07 18:06:54 +0100
commite7870ff368251c6368137aab4f670517b37a2a20 (patch)
tree74c575eb114bb12788465629f194f03d218397d7 /README.md
parentccfd23dfe5c0ede1958804e8a36b4b336307a67e (diff)
downloadPeerTube-e7870ff368251c6368137aab4f670517b37a2a20.tar.gz
PeerTube-e7870ff368251c6368137aab4f670517b37a2a20.tar.zst
PeerTube-e7870ff368251c6368137aab4f670517b37a2a20.zip
Move scripts to bin
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0477f3485..8cae42aab 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,8 @@ Install NodeJS 4.2: [https://nodejs.org/en/download/package-manager/#debian-and-
76 76
77### Test with 3 fresh nodes 77### Test with 3 fresh nodes
78 78
79 $ scripts/clean_test.sh 79 $ bin/clean_test.sh
80 $ scripts/run_servers.sh 80 $ bin/run_servers.sh
81 81
82Then you will can access to the three nodes at `http://localhost:900{1,2,3}`. If you call "make friends" on `http://localhost:9002`, the pod 2 and 3 will become friends. Then if you call "make friends" on `http://localhost:9001` it will become friend with the pod 2 and 3 (check the configuration files). Then the pod will communicate with each others. If you add a video on the pod 3 you'll can see it on the pod 1 and 2 :) 82Then you will can access to the three nodes at `http://localhost:900{1,2,3}`. If you call "make friends" on `http://localhost:9002`, the pod 2 and 3 will become friends. Then if you call "make friends" on `http://localhost:9001` it will become friend with the pod 2 and 3 (check the configuration files). Then the pod will communicate with each others. If you add a video on the pod 3 you'll can see it on the pod 1 and 2 :)
83 83