minor doc corrections

This commit is contained in:
Giacomo Lacava 2014-01-04 13:57:43 +00:00
parent 81b8006d14
commit df21f1d015

View File

@ -78,7 +78,8 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
./bootstrap.sh ./bootstrap.sh
./configure --enable-logging --enable-debug --enable-dht ./configure --enable-logging --enable-debug --enable-dht
make make
make install # note: install is optional, might conflict with existing libtorrent install
make install
4. Build twisterd. Note: it *will* emit a lot of warnings, but as long as you don't get 4. Build twisterd. Note: it *will* emit a lot of warnings, but as long as you don't get
actual `error` messages, it should be fine: actual `error` messages, it should be fine:
@ -132,7 +133,7 @@ directory. We have to first create the RPC configuration file, though.
Run `./twisterd` to get the filename where it should be put, or just try these Run `./twisterd` to get the filename where it should be put, or just try these
commands: commands:
echo -e "rpcuser=twisterrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/.twister/twister.conf" echo -e "rpcuser=user\nrcpassword=pwd" > "/Users/${USER}/.twister/twister.conf"
chmod 600 "/Users/${USER}/.twister/twister.conf" chmod 600 "/Users/${USER}/.twister/twister.conf"
When next you run it, it will start downloading the blockchain, but it won't When next you run it, it will start downloading the blockchain, but it won't
@ -142,10 +143,10 @@ output anything while it's doing this. This process may take several hours. If y
Other commands: Other commands:
./twisterd --help # for a list of command-line options. ./twisterd --help # for a list of command-line options.
./twisterd -daemon # to start the daemon. ./twisterd -daemon # to start it as a daemon.
./twisterd help # When the daemon is running, to get a list of RPC commands ./twisterd help # When the daemon is running, to get a list of RPC commands
In order to get the HTML interface, you'll have to download it and link it in .twister: In order to get the HTML interface, you'll have to download it and link it in .twister:
git clone git@github.com:miguelfreitas/twister-html.git git clone git@github.com:miguelfreitas/twister-html.git
ln -s twister-html /Users/${USER}/.twister/html ln -s twister-html /Users/${USER}/.twister/html