close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "darcs": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
- Timestamp:
-
2011-01-10 07:41:20 (15 years ago)
- Author:
-
zooko
- Comment:
-
much simpler if you use the TWUI instead of the CLI!
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v41
|
v42
|
|
| 14 | 14 | If you do not have access to a different grid, then use the test grid. This is accomplished by following [http://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid these] instructions. |
| 15 | 15 | |
| 16 | | Now that you have a tahoe-lafs gateway running (on a machine under your own control, like your laptop) the next step is to pu''blish'' the tiddlywiki, through your personal gateway, onto the tahoe-lafs grid. The rest of these instructions will assume that the URL for your personal gateway is {{{http://localhost:3456/}}}. |
| | 16 | Now that you have a tahoe-lafs gateway running (on a machine under your own control, like your laptop) the next step is to pu''blish'' the tiddlywiki, through your personal gateway, onto the tahoe-lafs grid. |
| 17 | 17 | |
| 18 | 18 | === You'll need a tiddlywiki with a couple of plugins: === |
| … |
… |
|
| 55 | 55 | == You may want to share a read-only view of the tiddlywiki == |
| 56 | 56 | |
| 57 | | To get the read-only cap to the same directory, run: |
| 58 | | |
| 59 | | {{{wget http://localhost:3456/uri/`cat WRITECAPABILITY.txt`?t=json}}} |
| 60 | | |
| 61 | | and inspect the resulting file for the ''first'' occurrence of {{{ro_uri}}}. Put that string into a file named {{{READONLYCAPABILITY.txt}}}. |
| 62 | | |
| 63 | | Now share a URL like this: |
| 64 | | |
| 65 | | {{{http://insecure.tahoe-lafs.org/uri/`cat READONLYCAPABILITY.txt`/wiki.html}}} |
| | 57 | Click on the link at the top of the tiddlywiki page which is labelled "Click here for a __read-only view of this page__ ." to go to a read-only view of the wiki. Now edit the URL and replace {{{localhost:3456}}} with {{{http://insecure.tahoe-lafs.org}}}. The result is a URL that you can share with someone to give them read-only access to your wiki. |