From 5f5023fc684b0cc42d6b4640b8f9400c6cdf0f42 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 20 Jun 2017 16:20:54 -0500 Subject: [PATCH] Updated install instructions --- INSTALL.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f576e6460..efb228e01 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -335,10 +335,13 @@ repository, update its location in your local properties: If you have a previous build deployed already, you can replace the deployment in the UI or add the `--force` switch after `deploy`. -1. Create database schema and initial data. Use the seed data to create tables: +1. Create database schema and initial data. Use the seed data to create tables +and legacy_seed to create tables for entities that have not yet +been migrated to Hibernate5: ```ShellSession $ psql -h localhost -U psm psm < {/path/to/psm}/psm-app/db/seed.sql + $ psql -h localhost -U psm psm < {/path/to/psm}/psm-app/db/legacy_seed.sql ``` 1. To check that the app is running, navigate to @@ -347,4 +350,4 @@ repository, update its location in your local properties: 1. Login with one of the test users: Username `system` with password `system` is a "system administrator" account that can create new accounts. Username `admin` with password `admin` is a "service - admin" account that can create new provider enrollments. \ No newline at end of file + admin" account that can create new provider enrollments.