Changes between Version 10 and Version 11 of InstallDetails


Ignore:
Timestamp:
2009-07-31T04:37:42Z (15 years ago)
Author:
swillden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallDetails

    v10 v11  
    170170=== Windows ===
    171171
    172 See InstallOnWindows for details of how to install Tahoe on Windows machines.
     1721. Download and install Python 2.6.2 from http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi.
     173
     1742. Download and install pywin32 from http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/pywin32-214.win32-py2.6.exe/download.
     175
     1763. Download the latest Tahoe snapshot from http://allmydata.org/source/tahoe/snapshots/. Unpack it in a convenient place, such as C:\tahoe.
     177
     1784. Open a command prompt and cd to the top of the Tahoe tree (e.g. cd \tahoe).
     179
     1805. Run "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.
     181
     1826. Run "python setup.py install". Wait a bit until it stops working. Again, you may need a working network connection.
     183
     1847. Run "tahoe create-client --basedir C:\tahoebase".  Choose an appropriate base directory.
     185
     1868. 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.
     187
     1889. Run "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.