Open HemKal opened 6 years ago
@lorinpa wrote in #880:
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
Add migration instructions in install.md