*** empty log message ***
This commit is contained in:
@ -3,12 +3,21 @@ STASHER README
|
|||||||
-----------------------
|
-----------------------
|
||||||
INSTALLING STASHER
|
INSTALLING STASHER
|
||||||
|
|
||||||
|
Prerequisite:
|
||||||
|
|
||||||
|
Before you can install/run Stasher, you will first need to have installed
|
||||||
|
the I2P Python modules - available in cvs at i2p/apps/sam/python.
|
||||||
|
|
||||||
To install stasher, just make sure you've got the latest cvs, then type
|
To install stasher, just make sure you've got the latest cvs, then type
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
as root.
|
||||||
|
|
||||||
This installs the stasher engine, plus a wrapper client script called
|
This installs the stasher engine, plus a wrapper client script called
|
||||||
'stasher', which setup.py will install into your execution path.
|
'stasher', which setup.py will install into your execution path.
|
||||||
|
|
||||||
|
If you don't like the thought of becoming root, you could just put stasher.py
|
||||||
|
on your execution path, and/or create a symlink called 'stasher'.
|
||||||
|
|
||||||
Test your installation by typing 'stasher -h' - this should display
|
Test your installation by typing 'stasher -h' - this should display
|
||||||
a help message.
|
a help message.
|
||||||
|
|
||||||
|
@ -151,9 +151,9 @@ runCore = True
|
|||||||
|
|
||||||
# timeouts - calibrate as needed
|
# timeouts - calibrate as needed
|
||||||
timeout = {
|
timeout = {
|
||||||
'ping' : 120,
|
'ping' : 60,
|
||||||
'findNode' : 30,
|
'findNode' : 60,
|
||||||
'findData' : 30,
|
'findData' : 60,
|
||||||
'store' : 120,
|
'store' : 120,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,6 +172,7 @@ else:
|
|||||||
|
|
||||||
# ----------------------------------------------
|
# ----------------------------------------------
|
||||||
# hack anything below this line at your own risk
|
# hack anything below this line at your own risk
|
||||||
|
|
||||||
#@-node:constants
|
#@-node:constants
|
||||||
#@+node:globals
|
#@+node:globals
|
||||||
# keep a dict of existing nodes, so we can prevent
|
# keep a dict of existing nodes, so we can prevent
|
||||||
|
Reference in New Issue
Block a user