-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration
Christian Gendreau edited this page Aug 19, 2015
·
1 revision
Create the file config/production/portal-config.properties based on the portal-config.properties.example file. The config/production/version.properties file is used to store the version of the application. This file will be automatically produced by the Gradle script when buildProduction target is used. The version of the application will be used to access resources like JavaScript and CSS files. This will force browsers to get the latest version of the files when a new version of the application is deployed.
Enable the logging, this might be useful if the application is not working as expected. Create the file src/main/resources/log4j.properties based on the log4j.properties.example file.
back to Installation Guide