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. |
| 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. 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 | |
| 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. |