Changes between Version 17 and Version 18 of InstallDetails


Ignore:
Timestamp:
2009-08-17T21:58:01Z (15 years ago)
Author:
davidsarah
Comment:

monospace all commands in Windows section

Legend:

Unmodified
Added
Removed
Modified
  • InstallDetails

    v17 v18  
    1781783. Download the latest Tahoe snapshot from http://allmydata.org/source/tahoe/snapshots/. Unpack it in a convenient place, such as C:\tahoe.
    179179
    180 4. Open a command prompt and cd to the top of the Tahoe tree (e.g. cd \tahoe).
    181 
    182 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.
    183 
    184 6. Run "C:\Python26\python setup.py install". Wait a bit until it stops working. Again, you may need a working network connection.
    185 
    186 7. Run "C:\Python26\Scripts\tahoe create-client --basedir C:\tahoebase".  Choose an appropriate base directory.
    187 
    188 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.
    189 
    190 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.
     1804. Open a command prompt and cd to the top of the Tahoe tree (e.g. {{{cd \tahoe}}}).
     181
     1825. 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.
     183
     1846. Run "{{{C:\Python26\python setup.py install}}}". Wait a bit until it stops working. Again, you may need a working network connection.
     185
     1867. Run "{{{C:\Python26\Scripts\tahoe create-client --basedir C:\tahoebase}}}".  Choose an appropriate base directory.
     187
     1888. 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 .
     189
     1909. 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.
    191191
    192192=== What if that doesn't work? ===