Changes for page Installation

Last modified by Thomas Mortagne on 2023/12/19

From version 119.1
edited by Adam Shand
on 2018/02/15
Change comment: added reference to store.xwiki.com and maven.xwiki.org for proxy servers with whitelist and example for HSQLDB installation.
To version 120.1
edited by Adam Shand
on 2018/02/15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -96,7 +96,7 @@
96 96  JAVA_OPTS="$JAVA_OPTS -Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME -Dhttp.proxyHost=proxy.mycompany.com -Dhttp.proxyPort=7777 -Dhttps.proxyHost=proxy.mycompany.com -Dhttps.proxyPort=7777 -Xmx512m -XX:MaxPermSize=196m $XWIKI_OPTS"
97 97  {{/code}}
98 98  
99 -For an installation of the HSQLDB demo package you could do it by adding something like this to ##/xwiki-platform-distribution-flavor-jetty-hsqldb-9.8/start_xwiki.sh##:
99 +For an installation of the HSQLDB demo package you could do it by adding something like this to ##/xwiki-platform-distribution-flavor-jetty-hsqldb-x.y/start_xwiki.sh##:
100 100  
101 101  {{code}}
102 102  XWIKI_OPTS="$XWIKI_OPTS -Dhttp.proxyHost=proxy.mycompany.com -Dhttp.proxyPort=7777 -Dhttps.proxyHost=proxy.mycompany.com -Dhttps.proxyPort=7777"

Get Connected