From 2a4ebfa69caf4881920a04cb01ca6d93877dccc4 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Mon, 17 Aug 2009 21:58:01 +0000 Subject: [PATCH] monospace all commands in Windows section [Imported from Trac: page InstallDetails, version 18] --- InstallDetails.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/InstallDetails.md b/InstallDetails.md index 03290f3..827cc2d 100644 --- a/InstallDetails.md +++ b/InstallDetails.md @@ -177,17 +177,17 @@ The following procedure will install and run Tahoe on Windows. Note that this a 3. Download the latest Tahoe snapshot from http://allmydata.org/source/tahoe/snapshots/. Unpack it in a convenient place, such as C:\tahoe. -4. Open a command prompt and cd to the top of the Tahoe tree (e.g. cd \tahoe). +4. Open a command prompt and cd to the top of the Tahoe tree (e.g. `cd \tahoe`). -5. Run "C:\Python26\python setup.py build". Wait a bit until it stops working. Note that you need a working network connection because it will download various dependencies. Ignore any warnings referring to darcs. +5. Run "`C:\Python26\python setup.py build`". Wait a bit until it stops working. Note that you need a working network connection because it will download various dependencies. Ignore any warnings referring to darcs. -6. Run "C:\Python26\python setup.py install". Wait a bit until it stops working. Again, you may need a working network connection. +6. Run "`C:\Python26\python setup.py install`". Wait a bit until it stops working. Again, you may need a working network connection. -7. Run "C:\Python26\Scripts\tahoe create-client --basedir C:\tahoebase". Choose an appropriate base directory. +7. Run "`C:\Python26\Scripts\tahoe create-client --basedir C:\tahoebase`". Choose an appropriate base directory. -8. Run "notepad C:\tahoebase\tahoe.cfg" to edit your config file. Paste in the FURL of the introducer for the grid you want to connect to. The test grid FURL is pb://todjw7qkb4dgq4fkeo7cqydcu5vneioh@tahoecs2.allmydata.com:52106/introducer. +8. Run "`notepad C:\tahoebase\tahoe.cfg`" to edit your config file. After "`introducer.furl = `", paste in the FURL of the introducer for the grid you want to connect to. The test grid FURL is pb://todjw7qkb4dgq4fkeo7cqydcu5vneioh@tahoecs2.allmydata.com:52106/introducer . -9. Run "C:\Python26\Scripts\tahoe start --basedir C:\taboebase". Your node will start running and connect to the grid. The Windows firewall may ask whether or not to allow python to make network connections. Say yes. +9. Run "`C:\Python26\Scripts\tahoe start --basedir C:\taboebase`". Your node will start running and connect to the grid. The Windows firewall may ask whether or not to allow python to make network connections. Say yes. === What if that doesn't work? ===