Last modified by Thomas Mortagne on 2024/03/12

<
From version < 146.1 >
edited by Joan
on 2019/08/12
To version < 149.1 >
edited by Thomas Mortagne
on 2019/11/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.aseques
1 +XWiki.ThomasMortagne
Content
... ... @@ -87,7 +87,7 @@
87 87  
88 88  == Ubuntu 14.04 (Trusty Tahr), Debian < 9 ==
89 89  
90 -* AdoptOpenJDK provide a Debian reposutory to install OpenJDK, see https://adoptopenjdk.net/installation.html#linux-pkg
90 +* AdoptOpenJDK provide a Debian repository to install OpenJDK, see https://adoptopenjdk.net/installation.html#linux-pkg
91 91  
92 92  = Complete Installation =
93 93  
... ... @@ -100,17 +100,17 @@
100 100  You only have to run this command to install all the interesting components.
101 101  
102 102  {{code language="bash"}}
103 -sudo apt-get install xwiki-tomcat8-mysql
103 +sudo apt-get install xwiki-tomcat9-mysql
104 104  {{/code}}
105 105  
106 -This package depends on xwiki-common, xwiki-tomcat8-common, xwiki-mysql-common, mysql-server, tomcat8 and libmysql-java.
106 +This package depends on xwiki-common, xwiki-tomcat9-common, xwiki-mysql-common, mysql-server, tomcat9 and libmysql-java. You might have to select a different version of Tomcat depending on what's available in your system repository.
107 107  
108 -During the installation, you may have some questions from dbconfig, in charge of the configuration of the database. Don't confuse it with the MySQL root password prompt, which beg you to put a password for the superuser.
108 +During the installation, you may have some questions from dbconfig, in charge of the configuration of the database. Don't confuse it with the MySQL root password prompt, which beg you to put a password for the superuser.
109 109  DBconfig prompt is about the configuration of xwiki and mysql. If you haven't any mysql already installed and you aren't familiar with it, you should let dbconfig handle this.
110 110  
111 111  DBconfig is then asking you for the mysql root password (you may have entered before). Then, you can choose the password for the "xwiki" mysql user. This user will be used to connect from XWiki application. Choose it wisely, but you don't have to pay a lot of attention to it, because after that, dbconfig is configuring XWiki automatically with these credentials.
112 112  
113 -The installation now ends, with the automatic start of tomcat daemon ("Starting Tomcat servlet engine tomcat7 [OK]").
113 +The installation now ends, with the automatic start of tomcat daemon ("Starting Tomcat servlet engine tomcat9 [OK]").
114 114  
115 115  {{warning}}
116 116  Note that your wiki is absolutely empty, like a WAR installation. Distribution Wizard will take care of the rest.
... ... @@ -252,7 +252,7 @@
252 252  
253 253  == XWiki won't start and I get Solr related error(s) in the log ==
254 254  
255 -There is no automatic migration of Solr schema and it changes it from time to time. The simplest fix such case is usually to stop, Tomcat, delete the folder ##/var/lib/xwiki/data/solr## and restart Tomcat. XWiki will automatically create a new one and start indexing the wiki.
255 +There is no automatic migration of Solr schema and it changes from time to time. The simplest fix in such case is usually to stop Tomcat, delete the folder ##/var/lib/xwiki/data/solr## and restart Tomcat. XWiki will automatically create a new one and start indexing the wiki.
256 256  
257 257  {{code language="bash"}}
258 258  sudo /etc/init.d/tomcat8 stop

Get Connected