From b12d609a54e5bef90f77cd63b993b008214b6ea4 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 23 Feb 2021 15:17:44 -0500 Subject: [PATCH] README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0ed4ba --- /dev/null +++ b/README.md @@ -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 -- 2.45.2