~singpolyma/sgx-jmp

ref: 324f326e959d5f14bc05d6ceda91953d5a61a3b0 sgx-jmp/README.md -rw-r--r-- 500 bytes
324f326eStephen Paul Weber Add disco info features 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