Skip to content

Commit

Permalink
Merge pull request bitpay#25 from colkito/doc/deploy-to-testing
Browse files Browse the repository at this point in the history
Minimal details in docs
  • Loading branch information
cmgustavo committed Jan 13, 2014
2 parents 4ba6842 + 04c4bc2 commit 6fc9521
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)

Expand Down

0 comments on commit 6fc9521

Please # to comment.