SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 18 forks source link

Install instructions missing Migration instructions #824

Open HemKal opened 6 years ago

HemKal commented 6 years ago

Add migration instructions in install.md

jasonaowen commented 6 years ago

@lorinpa wrote in #880:

Add creation of gradle.properties file to INSTALL.md

Section: Build and deploy the application, Step 4 creates database schema and initial data. Step 4 is missing a dependency: creation of gradle.properties file. The gradle.properties file must contain the psm postgesql credentials and jdbc database path.

The recommended addition should be located just above:

> ./gradlew db:update

Recommended addition:

Create gradle.properties file: $ cp {/path/to/psm}/psm-app/gradle.properties.template gradle.properties

Update the gradle.properties file. Replace UNAME the psm database user name, PWORD with psm database user password.

systemProp.databaseUser=UNAME
systemProp.databasePassword=PWORD
systemProp.databasePath=jdbc:postgresql:psm