~singpolyma/sgx-jmp

b12d609a54e5bef90f77cd63b993b008214b6ea4 — Stephen Paul Weber 3 years ago 2de0c42
README
1 files changed, 14 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +14 -0
@@ 0,0 1,14 @@
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