Change summary
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Detailed changes
@@ -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