From c6826ae228d724d239a9d7be25b96be8ff1db65f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 7 Aug 2018 09:08:01 -0700 Subject: [PATCH] update readme with changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e0521c..e03d0da 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ OS Dependencies: ``` php7.2 php7.2-curl php7.2-pgsql php-geoip php7.2-cli php7.2-common php7.2-bcmath php7.2-json php7.2-readline php7.2-mbstring php7.2-xml php-cgi git curl postgresql postgresql-contrib dnsutils bind9 npm nodejs composer ``` -GeoIP needs setup normally with a dat file Yarn is a separate install: https://yarnpkg.com @@ -54,13 +53,14 @@ run `db/pull.sh debug` to debug output run `db/pull.sh sqldebug` to debug sql run `db/pull.sh develop` to run without email alerts to end users run `db/pull.sh Check_System_Deleted` to re-check system deleted pods as needed +These commands can be combined # To Upgrade: ``` git pull yarn install composer install -psql -U podupuser podupdb < db/migrationXXX.sql (see db/version.md for proper migration versions) +psql -U podupuser podupdb < db/migrations/xxx.sql (see db/migrations/README.md for proper migration versions) ``` # Status -- GitLab