~singpolyma/sgx-jmp

ref: b12d609a54e5bef90f77cd63b993b008214b6ea4 sgx-jmp/README.md -rw-r--r-- 500 bytes
b12d609aStephen Paul Weber README 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
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