README.md

 1Make sure to use git clone --recursive on this repository to get the submodule.
 2
 3    sudo apt install postgresql-11 postgresql-client
 4    sudo -u postgres psql
 5    CREATE DATABASE jmp;
 6    GRANT ALL ON DATABASE jmp TO unix_user;
 7    exit
 8    sudo apt install sqitch
 9    cd schemas
10    sqitch deploy
11    bundle install --path=.gems
12    cp config.dhall.sample config.dhall
13    $EDITOR config.dhall # Set up appropriately for local prosody, braintree, etc
14    bundle exec ruby sgx_jmp.rb ./config.dhall