diff options
author | 2021-09-02 07:21:24 +0200 | |
---|---|---|
committer | 2021-09-02 07:24:58 +0200 | |
commit | d542e5cb0017df8a839620ca4891e735e6a97478 (patch) | |
tree | 64f73d251e55c1a93360ecdedd4833f312cc39f6 | |
parent | 8edba6cfa206fa698b7591cba47ad8c1bc660c58 (diff) |
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Issue-ID: INT-1925
Change-Id: I80405d8651bb89f4313d2074273eb37826b44904
-rwxr-xr-x | README.md | 9 | ||||
-rw-r--r-- | ccsdk-app-os/.gitignore | 1 |
2 files changed, 8 insertions, 2 deletions
@@ -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. diff --git a/ccsdk-app-os/.gitignore b/ccsdk-app-os/.gitignore index 183f946..4a4c514 100644 --- a/ccsdk-app-os/.gitignore +++ b/ccsdk-app-os/.gitignore @@ -5,3 +5,4 @@ /target/ /catalina.base_IS_UNDEFINED/ ccsdk-app-os.iml +/overlays/ |