From f73ff221db773d202d30981f1edc479cf6ff62cf Mon Sep 17 00:00:00 2001 From: Nicolas Hu Date: Mon, 9 Oct 2017 13:24:29 -0400 Subject: ccsdk/dashboard: Doc Structure Update Change-Id: I1f83c361309ab8fca3f397983209332caad263b6 Issues-Id: CCSDK-109 Signed-off-by: Nicolas Hu --- docs/index.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 79bfd40..cbd53b1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,16 +11,16 @@ Architecture ------------ Dashboard Project consists of the following Maven projects: -*oom-app-common: Java classes that run in a web container like Tomcat -*oom-app-overlay: CSS, HTML and Javascript resources for the web application -*oom-app-os: Web application project with features for ONAP use +- oom-app-common: Java classes that run in a web container like Tomcat +- oom-app-overlay: CSS, HTML and Javascript resources for the web application +- oom-app-os: Web application project with features for ONAP use Prerequites ----------- The web application requires these resources: -*Java version 8 -*Apache Tomcat version 8.0 or 8.5 -*A Postgresql database, version 9.2 or later +- Java version 8 +- Apache Tomcat version 8.0 or 8.5 +- A Postgresql database, version 9.2 or later Build ----- @@ -30,9 +30,9 @@ mvn package Deployment steps ---------------- -1.Create a Postgre schema within a Postgres database. -2.Populate the schema using the DDL and DML scripts in the appropriate db-scripts areas; see the README.md there for instructions to set the user's default schema. -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.Login the first time using credentials stored in the fn_user table at the "login_external.htm" page. +1. Create a Postgre schema within a Postgres database. +2. Populate the schema using the DDL and DML scripts in the appropriate db-scripts areas; see the README.md there for instructions to set the user's default schema. +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. Login the first time using credentials stored in the fn_user table at the "login_external.htm" page. -- cgit 1.2.3-korg