Fixed path

[Imported from Trac: page LocalGrid, version 3]
Elderry 2013-07-15 08:20:01 +00:00
parent cd21425c61
commit eb3a9c476f

@ -16,13 +16,13 @@ tahoe start node-0 && tahoe stop node-0
3. Create a client node (serve WUI on a non-default port so as not to compete with your working tahoe installation):
```
tahoe create-node -i `cat node-0/introducer.furl` --no-storage -p 3460 -n node-1 node-1
tahoe create-node -i `cat node-0/private/introducer.furl` --no-storage -p 3460 -n node-1 node-1
```
4. Create some storage nodes:
```
for i in {2..9}; do tahoe create-node -i `cat node-0/introducer.furl` -p none -n node-$i node-$i; done
for i in {2..9}; do tahoe create-node -i `cat node-0/private/introducer.furl` -p none -n node-$i node-$i; done
```
5. Start the grid!: