#110 closed enhancement (fixed)

command-line: default "--node-url http://localhost:`cat webport`"

Reported by: zooko Owned by: zooko
Priority: minor Milestone: 0.6.1
Component: code-frontend Version: 0.4.0
Keywords: Cc:
Launchpad Bug:

Description

This is a descendent of #106.

Make it so that the default value of --node-url is host=localhost and port= your web port.

Change History (5)

comment:1 Changed at 2007-08-17T19:30:28Z by zooko

  • Status changed from new to assigned

comment:2 Changed at 2007-08-20T18:01:19Z by zooko

This is part of the "improved command-line" task. I would like to see it done for v0.6.

comment:3 Changed at 2007-08-20T18:54:38Z by warner

  • Component changed from unknown to code-frontend

comment:4 Changed at 2007-09-19T22:59:14Z by zooko

  • Milestone changed from 0.6.0 to 0.7.0

comment:5 Changed at 2007-10-11T10:21:42Z by warner

  • Milestone changed from 0.7.0 to 0.6.1
  • Resolution set to fixed
  • Status changed from assigned to closed

done, effectively. The new CLI tools use --node-directory which points at ~/.tahoe , and pulls all the information it needs from there. The node itself writes to ~/.tahoe/node.url . You can use an external node by creating ~/.tahoe and writing node.url (and some .uri files) yourself.

Note: See TracTickets for help on using tickets.