monospace all commands in Windows section

[Imported from Trac: page InstallDetails, version 18]
davidsarah 2009-08-17 21:58:01 +00:00
parent 79e1c462b6
commit 2a4ebfa69c

@ -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? ===