~singpolyma/sgx-jmp

ref: d799a928330b0a8709084e8ea6a431979949a37e sgx-jmp/README.md -rw-r--r-- 500 bytes
d799a928Stephen Paul Weber Ask electrum to notify on new BTC addresses 1 year, 7 months ago

Make sure to use git clone --recursive on this repository to get the submodule.

sudo apt install postgresql-11 postgresql-client
sudo -u postgres psql
CREATE DATABASE jmp;
GRANT ALL ON DATABASE jmp TO unix_user;
exit
sudo apt install sqitch
cd schemas
sqitch deploy
bundle install --path=.gems
cp config.dhall.sample config.dhall
$EDITOR config.dhall # Set up appropriately for local prosody, braintree, etc
bundle exec ruby sgx_jmp.rb ./config.dhall