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
To version < 124.1 >
edited by Vincent Massol
on 2018/04/15
>
Change comment: Rollback to version 122.1

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AdamShand
1 +XWiki.VincentMassol
Content
... ... @@ -57,7 +57,6 @@
57 57  * [[XWiki On Archlinux - Tomcat - hsql or MySQL>>https://github.com/xwiki-contrib/packaging-archlinux]] (English)
58 58  * [[Install XWiki on an Ubuntu 16.04 VPS>>https://www.rosehosting.com/blog/install-xwiki-on-an-ubuntu-16-04-vps/]] (English)
59 59  * [[Install XWiki using Docker compose>>https://zwindler.fr/wordpress/2016/09/15/installer-xwiki-8-2-1-avec-docker-compose-en-2-lignes-de-commandes]] (French)
60 -* [[Install XWiki on a CentOS 7 VPS>>https://thishosting.rocks/how-to-build-your-own-wiki-with-xwiki-on-centos/]] (English)
61 61  
62 62  = Troubleshooting =
63 63  
... ... @@ -96,13 +96,13 @@
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##:
98 +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"
103 103  {{/code}}
104 104  
105 -Note: If your proxy server only allows partial access to the internet you need to make sure that the sites ##store.xwiki.com## and ##maven.xwiki.org## (note that one is .##com## and one is ##.org##) can be accessed.
104 +Note: If your proxy server only allows partial access to the internet you need to make sure that the sites ##store.xwiki.com##, ##extensions.xwiki.org## and ##nexus.xwiki.org## (note that one is .##com## and the others are ##.org##) can be accessed.
106 106  
107 107  == Unsupported major.minor version 51.0 ==
108 108  

Get Connected