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