diff options
author | Nicolas Hu <jh245g@att.com> | 2017-10-09 16:18:06 -0400 |
---|---|---|
committer | Nicolas Hu <jh245g@att.com> | 2017-10-09 16:18:06 -0400 |
commit | 0d7b5be02c42f97257d79d84809b51ab6a58e6ea (patch) | |
tree | 0c8e2835ff08b8fee35dce37600e7baacb37d9f8 /docs | |
parent | f73ff221db773d202d30981f1edc479cf6ff62cf (diff) |
ccsdk/dashboard: Doc Structure Update 2
Change-Id: I87573e15b04766cb49029f44e33a1cefdb796359
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index cbd53b1..d5826cf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,7 @@ Dashboard Project consists of the following Maven projects: 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 @@ -26,7 +27,7 @@ Build ----- Build all artifacts by invoking maven in this directory:: -mvn package + mvn package Deployment steps ---------------- |