aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 074083f..17bb6cb 100755
--- a/README.md
+++ b/README.md
@@ -49,7 +49,12 @@ The web application requires these resources:
Build all artifacts by invoking maven in the parent directory:
- mvn clean install or mvn clean install docker:build
+ mvn clean install
+
+Then build docker images:
+
+ cd ccsdk-app-os
+ mvn -Pdocker docker:build
### Deployment steps - as an application docker container
@@ -70,4 +75,4 @@ Build all artifacts by invoking maven in the parent directory:
3. Configure the application by editing the files portal.properties, system.properties and dashboard.properties.
4. Build a war file within the appropriate web application project ('mvn package').
5. Deploy the war file to Tomcat.
-6. Sign up or Login the first time using credentials stored in the fn_user table at the "login_external.htm" page. \ No newline at end of file
+6. Sign up or Login the first time using credentials stored in the fn_user table at the "login_external.htm" page.