Minimal details in docs

This commit is contained in:
Mario Colque 2014-01-13 15:09:26 -03:00
parent 4ba6842968
commit 04c4bc231a
1 changed files with 8 additions and 1 deletions

View File

@ -98,7 +98,7 @@ All configuration is specified in the [config](config/) folder, particularly the
There is a bitcoind configuration sample at:
```
etc/mystery/bitcoin.conf
etc/bitcoind/bitcoin.conf
```
If you want to use a external bitcoind server set BITCOIND_HOST / BITCOIND_PORT enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin.
@ -118,6 +118,13 @@ If you are using node instead of grunt, it is very similar:
$ NODE_ENV=test node server
### Development enviroment
To run mystery locally for development:
$ NODE_ENV=development grunt
## Github
[Mystery](https://github.com/bitpay/mystery)