diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-28 15:14:07 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-28 15:42:36 +0000 |
commit | 1540e47757af279cf0e4b0e710074cbbf7f9f4c0 (patch) | |
tree | a1f3f4873db0d0b808f847c1b13968e5c52651eb /docs/apex/APEX-Install-Guide.rst | |
parent | d50e82650336657d5d0dff74f404329014679d04 (diff) |
Fix errors in apex-pdp documentation
In order to buid a Docker image, you now need to invoke the "docker
profile when buidling apex, this was missing in the documentation.
The variable LOG_DIR was renamed logDir in the logback.xml file but this
was not reflected in the documentation.
Issue-ID: POLICY-2186
Change-Id: I6019f3e6c4dd369b44c0f1e617a427892a2e6ef8
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/apex/APEX-Install-Guide.rst')
-rw-r--r-- | docs/apex/APEX-Install-Guide.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/apex/APEX-Install-Guide.rst b/docs/apex/APEX-Install-Guide.rst index 92b96565..a264a119 100644 --- a/docs/apex/APEX-Install-Guide.rst +++ b/docs/apex/APEX-Install-Guide.rst @@ -192,8 +192,8 @@ Build APEX | :number-lines: | :number-lines: | | | | | >c: | # cd /usr/local/src/apex-pdp | - | >cd \dev\apex | # mvn clean install -DskipTest | - | >mvn clean install -DskipTests | | + | >cd \dev\apex | # mvn clean install -Pdocker -DskipTests | + | >mvn clean install -Pdocker -DskipTests | | +-------------------------------------------------------+--------------------------------------------------------+ .. container:: paragraph @@ -520,8 +520,8 @@ Build and Install Manually (Unix, Windows, Cygwin) | :number-lines: | :number-lines: | | | | | >c: | # cd /usr/local/src/apex | - | >cd \dev\apex | # mvn clean install -DskipTests | - | >mvn clean install -DskipTests | | + | >cd \dev\apex | # mvn clean install -Pdocker -DskipTests | + | >mvn clean install -Pdocker -DskipTests | | +-------------------------------------------------------+--------------------------------------------------------+ .. container:: paragraph |