Wiki source code of Installation

Version 49.6 by OCTAGRAM on 2010/05/06

Hide last authors
Jean-Vincent Drean 48.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Ludovic Dubost 28.1 4
Vincent Massol 31.5 5 XWiki is a Java-based wiki and runs on a Servlet Container such as Tomcat, Jetty, JBoss, WebLogic, WebSphere, etc. It also uses a relational database to store its content. It can run on almost any database (HSQL, MySQL, etc) but XWiki and the database need to be setup correctly.
Raffaello Pelagalli 13.1 6
fax 1.96 7 There are 2 solutions when installing XWiki:
guillemp 36.1 8
Ludovic Dubost 28.1 9 * Use the [[Standalone distribution>>xwiki:Main.Download]] which already packages a Servlet Container (Jetty) and a database (HSQL). This is the recommended option for first time XWiki users and for users who wish to quickly try out XWiki.
10 * Use the [[WAR distribution>>xwiki:Main.Download]] and configure both your container and your database to work with it.
Vincent Massol 31.5 11
Ludovic Dubost 28.1 12 If you're instead upgrading an existing XWiki install check the [[Upgrade instructions>>#HUpgradinganXWikiInstallation]] below.
Vincent Massol 31.5 13
Vincent Massol 14.3 14 Pick one of the trails in the outline on the right to get started.
Vincent Massol 31.5 15
Ludovic Dubost 28.1 16 Once you've finished the installation check the other topics in the [[Admin Guide>>AdminGuide.WebHome]] for configuring and [[securing>>Security]] your wiki.
Vincent Massol 31.5 17
Jean-Vincent Drean 48.1 18 {{info}}
19 If you want to make manual installation or need to migrate an existing XWiki installation, check the [[Release Notes>>xwiki:Main.ReleaseNotes]].
20 {{/info}}
Vincent Massol 1.112 21
Vincent Massol 31.5 22 = Tutorials =
hungpt 1.95 23
Vincent Massol 14.3 24 Tutorials are step by step procedures to install XWiki for a specific configuration. You can choose to follow one of them or follow the instructions in the sections below.
guillemp 36.1 25
Jean-Vincent Drean 48.1 26 {{warning}}
27 Tutorials external to the xwiki.org site have not been validated for correctness by the XWiki dev team and it's also possible that they are out of date.
28 {{/warning}}
Vincent Massol 14.3 29
Ludovic Dubost 28.1 30 * [[XWiki On Windows (French)>>http://agoncalves.developpez.com/tutoriels/xwiki/creer-un-site-associatif/]]
31 * [[XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL) (English)>>http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch]]
32 * [[XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL) (German)>>http://www.howtoforge.de/howto/xwiki-on-debian-4-etch-tomcat-mysql]]
Vincent Massol 14.3 33
Vincent Massol 31.5 34 = Prerequisites =
Vincent Massol 14.3 35
Vincent Massol 31.1 36 * Java 5 or greater installed.
Vincent Massol 31.4 37 * A minimum of 200MB of heap memory and 70MB of permGen. Recommended value are 300MB for the heap and 96MB for the permGen (-Xmx300m -XX:MaxPermSize=64m)
Vincent Massol 49.5 38 * ((({{include document="Features.WysiwygEditorPrerequisites"/}})))
fax 1.96 39
Vincent Massol 31.2 40 {{warning}}
41 Note that attachments are currently very memory intensive and if you manipulate large attachments you'll need a lot more heap memory (roughly 30 times the size of your attachment). We're working on fixing this.
42 {{/warning}}
Vincent Massol 31.1 43
Vincent Massol 31.5 44 = Installing the Standalone distribution =
fax 1.96 45
Vincent Massol 1.104 46 This is by far the easiest way to install XWiki. We are offering 3 packaging for ease of installation:
Ludovic Dubost 28.1 47
Vincent Massol 31.6 48 * A Windows exe. Simply execute it and follow the instructions. Do not close the DOS Windows that shows up. This is the XWiki server running, instead point your browser to {{{http://www.localhost:8080/}}}.
Vincent Massol 1.124 49 * A generic Installer that works on all platforms. It requires Java to be installed on your system. Simply double-click on it and follow the instructions.
Vincent Massol 31.6 50 * A zip version. Unzip it in any ##XWIKIHOME## directory of your choice.
Vincent Massol 31.5 51
Ludovic Dubost 32.1 52 The Windows installer creates shortcuts to start and stop XWiki in your Windows start menu. Launch the Wiki using "start".
Vincent Massol 31.5 53
Ludovic Dubost 33.1 54 If you've used the zip file or generic Installer, go to the directory where you've installed XWiki (##XWIKIHOME##) and run ##start_xwiki.bat## in Windows or ##start_xwiki.sh## on Unix. To stop it, run the ##stop_xwiki.bat## script on Windows and ##stop_xwiki.sh## on Unix or Mac. On Mac you will need to use "Open with Terminal" or run this script from the Terminal.
Vincent Massol 31.5 55
Ludovic Dubost 32.1 56 Once XWiki is started point your browser to {{{http://localhost:8080/xwiki/bin/view/Main/WebHome}}} and the go to the [[User's Guide>>enterprise:UserGuide.WebHome]] to learn how to use XWiki.
57
Vincent Massol 34.1 58 In some cases, you might already have a Web Server running on port 8080. If this happens you have to pass another the port to the start script (e.g. by using the port 8081, as in ##start_xwiki.sh 8081##).
Ludovic Dubost 32.1 59
Jean-Vincent Drean 48.1 60 {{info}}
61 You can log in using the default ##Admin## user (first letter is capitalized). The default password is ##admin## (lowercase).
62 {{/info}}
fax 1.96 63
Vincent Massol 31.5 64 = Installing the XWiki WAR manually =
fax 1.96 65
66 You'll need to perform 2 mandatory steps:
guillemp 36.1 67
fax 1.96 68 * Install and configure a Servlet Container
69 * Install and configure a relational database
Vincent Massol 31.5 70
Jean-Vincent Drean 48.1 71 {{info}}
72 If your database is empty this will result in a minimal empty wiki installation. You may want to use the [[Import/Export tool>>AdminGuide.ImportExport]] to import some pages in your wiki. We recommend that you import the [[provided default XAR>>xwiki:Main.Download]]. If you're upgrading from an existing installation your database should already contain the pages you had before. If you're using the new XWiki 1.0 skin you might want to install the [[Panels Application>>code:Applications.PanelsApplication]].
73 {{/info}}
Vincent Massol 31.5 74
Jean-Vincent Drean 48.1 75 {{info}}
76 If you are installing in a linux/unix environment you have to setup the //xwiki.upload.tempdir// parameter as explained in the JIRA entry (http://jira.xwiki.org/jira/browse/XWIKI-530) **before** importing anything into XWiki.
77 {{/info}}
fax 1.96 78
Vincent Massol 31.5 79 == Install and configure a Servlet Container ==
fax 1.96 80
Vincent Massol 35.1 81 XWiki will work with any Servlet Container (provided it's properly configured obviously). We're only listing instructions for a few containers but you can adapt these instructions for your favorite container.
fax 1.96 82
Ludovic Dubost 28.1 83 * [[Tomcat installation>>AdminGuide.InstallationTomcat]]
84 * [[Jetty installation>>AdminGuide.InstallationJetty]]
85 * [[GlassFish installation>>AdminGuide.InstallationGlassFish]]
86 * [[WebSphere installation>>AdminGuide.InstallationWebSphere]]
87 * [[JBoss Installation>>AdminGuide.InstallationJBoss]]
88 * [[Oracle OC4J Installation>>AdminGuide.InstallationOC4J]]
Vincent Massol 31.5 89
Vincent Massol 35.4 90 Some containers have the Java Security Manager turned on. In this case, XWiki needs to be granted some permissions. Here's below a sample policy file if you want to run your container with the Security Manager active. Depending on the version of XWiki Enterprise that you use and on the plugins/extensions that you use the permissions might need to be adjusted to your needs:
Vincent Massol 35.1 91
Vincent Massol 35.3 92 {{code language="none"}}
Vincent Massol 35.1 93 grant codeBase "file:<full-path-here>/webapps/xwiki/WEB-INF/lib/-" {
94 permission java.util.PropertyPermission "file.encoding", "read";
95 // Needed by Hibernate -> antlr
96 permission java.util.PropertyPermission "ANTLR_DO_NOT_EXIT", "read";
97 permission java.util.PropertyPermission "ANTLR_USE_DIRECT_CLASS_LOADING", "read";
98 // Needed by Hibernate and others
99 permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
100 permission java.lang.RuntimePermission "createClassLoader";
101 permission java.lang.RuntimePermission "setContextClassLoader";
102 // Needed by commons-logging
103 permission java.util.PropertyPermission "org.apache.commons.logging.LogFactory.HashtableImpl", "read";
104 // Needed for connecting to the database
105 permission java.net.SocketPermission "127.0.0.1:3306", "connect,resolve";
106 // Needed by the scheduler plugin -> quartz, but works without (maybe except scheduling? should be checked)
107 // permission java.util.PropertyPermission "org.quartz.properties", "read";
108 };
Vincent Massol 35.2 109 {{/code}}
Vincent Massol 35.1 110
fax 1.96 111 You're now ready to install and configure your relational database.
112
Vincent Massol 31.5 113 == Install and configure a Relational Database ==
fax 1.96 114
115 XWiki can work with a lot of relational databases. We're only listed those that we have tested it on.
Vincent Massol 31.5 116
fax 1.96 117 The general strategy is the following:
118
119 * Install your favorite RDBMS
120 * Create a xwiki database
121 * Create a user with all privileges on that xwiki database
Vincent Massol 31.7 122 * Copy your RDBMS Java drivers to the XWiki webapp's ##WEB-INF/lib## directory
123 * Configure XWiki to use the created database. This involves modifying the ##WEB-INF/hibernate.cfg.xml## file as is described in the tutorials for each database below. Also make sure that your ##xwiki.cfg## file has an entry that points to your ##WEB-INF/hibernate.cfg.xml## file (##xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml##) as otherwise your settings won't be used.
blaine 18.1 124 * (A more scalable and J2EE-conformant tactic is to use the servlet container to manage your data source. You modify the web app as little as possible... hopefully one day Xwiki will allow you to override hibernate.cfg.xml without needing to change the app itself.
Vincent Massol 31.7 125 ** Do not add your JDBC library to the web app. Install it to the container classpath instead, like to ##$CATALINA_HOME/common/lib##.
guillemp 36.1 126 ** Do not set user, url, etc., nor connection.provider_class in ##hibernate.cfg.xml##. The critical settings are ##connection.datasource## (with JNDI name like ##java:/comp/env/jdbc/XWikiDS##) and the dialect class for your DB vendor. Do not comment out <mapping resource="..."/> elements, hibernate needs them. (You should leave the provider_class unset, since Xwiki's implementation doesn't handle container-managed data sources).
127 ** Manage all database access settings using your container facilities, for example Tomcat admin webapp or server.xml + APPNAME.xml. Uncommenting the <resource-ref> element inside ##WEB-INF/web.xml## that matches the above JNDI name and looks like <res-ref-name>jdbc/XWikiDS</res-ref-name> could be a good idea.
blaine 15.1 128
fax 1.96 129 Install and configure the database you wish to use:
130
Ludovic Dubost 28.1 131 * [[HSQL Installation>>AdminGuide.InstallationHSQL]]
132 * [[MySQL Installation>>AdminGuide.InstallationMySQL]]
133 * [[PostgreSQL Installation>>AdminGuide.InstallationPostgreSQL]]
134 * [[Oracle Installation>>AdminGuide.InstallationOracle]]
135 * [[DB2 Installation>>AdminGuide.InstallationDB2]]
136 * [[Derby Installation>>AdminGuide.InstallationDerby]]
137 * [[Microsoft SQL Server Installation>>AdminGuide.InstallationMSSQL]]
fax 1.96 138
Vincent Massol 31.5 139 == Concluding Step ==
fax 1.96 140
Ludovic Dubost 28.1 141 At this stage you have finished configuration XWiki. If you start your database and container and point your browser to http://localhost:8080/xwiki/ you'll have a working, albeit minimal, wiki (without any page loaded). The next step is either to create new pages by hand or import the default Wiki that we are providing as a [[XAR file>>xwiki:Main.Download]], by using the [[Import feature>>AdminGuide.ImportExport]].
fax 1.96 142
Vincent Massol 31.5 143 = Installing the eXo Enterprise WebOS integration WAR =
fax 1.96 144
Jean-Vincent Drean 48.1 145 {{warning}}
146 The integration with eXo is still very experimental and the instructions below are not finalized yet. Proceed with caution!
147 {{/warning}}
fax 1.96 148
Vincent Massol 31.5 149 == Install eXo WebOS ==
fax 1.96 150
Vincent Massol 1.124 151 * Download the latest version of eXo Portal on http://forge.objectweb.org/projects/exoplatform/ (version 2.0-Alpha-2 or greater is required).
fax 1.96 152 * Follow the eXo installation instructions located inside the Portal ZIP and try to login in the portal.
153
Vincent Massol 31.5 154 == Install XWiki inside eXo ==
fax 1.96 155
156 * Stop eXo Portal.
Ludovic Dubost 28.1 157 * Download the [[latest XWiki eXo WAR>>xwiki:Main.Download]]. You'll need version 1.0-beta-6 or above.
158 * Create a directory //exo-tomcat/webapps/xwiki//.
159 * Unzip the WAR in //exo-tomcat/webapps/xwiki// and rename the exploded directory to "xwiki".
160 * Move the //ehcache.jar// from //xwiki/WEB-INF/lib// to //exo-tomcat/common/lib// (There are some conflicts with it that both XWiki/eXo will need to fix in future versions).
161 * Remove all the eXo jars from //xwiki/WEB-INF/lib//
162 * Configure XWiki's database as explained [[above>>#HInstallandconfigureaRelationalDatabase]].
163 * Change in //xwiki.cfg//: xwiki.exo=1 to xwiki.exo=0. TODO: Explain why this is required as it is very counter-intuitive!
fax 1.96 164 * Restart eXo Portal.
165 * You can now either import XWiki as a Portlet inside the Portal as described below or access XWiki directly by using the usual URL.
Ludovic Dubost 28.1 166 * [[Change the skin to use the XWiki 1.0 skin>>AdminGuide.Skins#HChangingtheskin]]. This skin is compatible with the Portlet mode and specifically with eXo WebOS.
167 * Import the [[default wiki XAR>>xwiki:Main.Download]] or use your own XWiki database.
fax 1.96 168 * Give the admin right to XWikiGuest
169 * To be continued...
170
Vincent Massol 31.5 171 == Use XWiki inside the WebOS ==
fax 1.96 172
173 Inside the WebOS, XWiki is seen as a Portlet and therefore must be imported in eXo through the PortletRegistry application. To do so you need to login as exoadmin / exo in eXo and go to the Administration desktop and use the PortletRegistry application. Click on the "Import Portlet Category" icon, you should now see XWiki in the list. You can now add the Portlet in your desktop page though the "Add Application" icon in the desktop dock.
Vincent Massol 1.113 174
Vincent Massol 31.5 175 = Installing the Default Wiki XAR =
fax 1.96 176
177 The default wiki is a fully configured wiki that you can use as a starting point for creating your own wiki content. It provides the following:
Ludovic Dubost 28.1 178
fax 1.96 179 * A Blog
Jean-Vincent Drean 48.1 180 * A Recent Changes page
Ludovic Dubost 28.1 181 * The [[Panels Application>>code:Applications.PanelsApplication]]
fax 1.96 182 * Search
183 * Administration page (Access rights, Group and users management, etc)
184 * ... and much more
Vincent Massol 31.5 185
Ludovic Dubost 28.1 186 **It comes configured with an "Admin" user (password is "admin" in lowercase). You'll need that username/password to log in once you've imported the default wiki.**
Vincent Massol 31.5 187
Ludovic Dubost 28.1 188 To install the XAR, use the [[Import/Export tool>>AdminGuide.ImportExport]].
Vincent Massol 31.5 189
Jean-Vincent Drean 48.1 190 {{warning}}
191 If you're upgrading an existing wiki be careful that the XAR import operation will replace the content of the existing pages of your wiki with the content of the XAR (New pages that you have created will not be modified). As a consequence it's critical that you [[perform a backup>>platform:AdminGuide.Backup]] first.
192 {{/warning}}
fax 1.96 193
Vincent Massol 31.5 194 = Upgrading an XWiki Installation =
fax 1.96 195
bitman09 1.126 196 There are different parts of XWiki that you may want to upgrade:
fax 1.96 197
Ludovic Dubost 28.1 198 * [[XWiki Core>>#HUpgradingXWikiCore]]
199 * [[Documents provided with the default XWiki XAR>>#HUpgradingwikidocuments]]
Vincent Massol 31.5 200
Jean-Vincent Drean 48.1 201 {{info}}
202 If you're upgrading an XWiki 0.9 installation refer to [[this guide>>UpgradeXWiki09Installation]].
203 {{/info}}
Vincent Massol 1.113 204
Vincent Massol 31.5 205 == Upgrading XWiki Core ==
Vincent Massol 9.7 206
Vincent Massol 37.1 207 The general strategy is to [[download the WAR distribution>>xwiki:Main.Download]] and to replace your current installed WAR. Make sure you don't copy on top since this could leave some old files around which would make XWiki fail (like if old JARs are lying around in ##WEB-INF/lib##). Before replacing your current WAR, make sure you back it up and more specifically that you copy the ##hibernate.cfg.xml## and ##xwiki.cfg## files which you'll need to copy in your newly installed WAR since they container your XWiki configuration. Make sure you also copy any plugins you may have added or any template files you may have modified.
Vincent Massol 31.5 208
Vincent Massol 31.7 209 Some additional operations may be required for upgrading and you must check the [[release notes>>xwiki:Main.ReleaseNotes]] for all the versions from the version you're upgrading from up to the new version you're installing. It's also possible that new features are available and that your ##xwiki.cfg## file needs to be modified. If this is the case then it'll be specified in the release notes.
Vincent Massol 1.113 210
Vincent Massol 37.1 211 Note that the database schema is automatically upgraded when needed. All you need to do is to ensure your ##xwiki.cfg## file is correctly configured to perform the migration. Here's a relevant excerpt from the ##xwiki.cfg## file:
212
213 {{code language="none"}}
214 #-# Whether migrations are enabled or not. Should be enabled when upgrading, but for a better startup time it is better to
215 #-# disable them in production.
216 xwiki.store.migration=1
217
218 #-# Whether to exit after migration. Useful when a server should handle migrations for a large database, without going
219 #-# live afterwards.
220 # xwiki.store.migration.exitAfterEnd=0
221
222 #-# Indicate the list of databases to migrate.
223 #-# to upgrade all wikis database set xwiki.store.migration.databases=all
224 #-# to upgrade just some wikis databases set xwiki.store.migration.databases=xwiki,wiki1,wiki2
225 #-# Note: the main wiki is always migrated whatever the configuration.
226 # xwiki.store.migration.databases=
227 {{/code}}
228
Vincent Massol 31.5 229 == Upgrading wiki documents ==
Vincent Massol 1.113 230
Ludovic Dubost 28.1 231 You may want to upgrade to a newer version of the Default Wiki XAR in order to benefit from the latest changes. As mentioned above in the [["Installing the Default Wiki XAR" section>>#HInstallingtheDefaultWikiXAR]] you should be very careful and when doing the import make sure you selectively decide what pages you wish to import. More specifically the following pages should be imported with great care:
Vincent Massol 1.113 232
fax 1.96 233 * XWiki.XWikiPreferences: This page contains the configuration of your wiki (it overrides the configuration defined in xwiki.cfg). If you import a new version of this page you'll loose any customization you may have made such as the skin to use, the rights for your wiki, etc.
234 * XWiki.WebPreferences, Main.WebPreferences, and all other spaces WebPreferences pages: Same as XWiki.XWikiPreferences but at the level of a space.
235 * XWiki.XWikiAllGroup (list of registered users) and XWiki.AdminGroup (list of Admins): If you have existing users and import a new version of these pages, you'll find that your users do not belong to these groups anymore and thus may not be able to edit pages, log in, etc. You'll need to add them again to the right groups.
236 * Any other page you have modified, such as Main.WebHome, a modified Panel, etc.
237
Vincent Massol 31.5 238 === Let's clean it up ===
bitman09 1.133 239
Ludovic Dubost 28.1 240 * Expand the XWiki WAR that you installed in your servlet container (the one that contains the JDBC drivers to access your database) into a new folder, using (% style="font-family:courier new,courier; " %) jar xvf xwiki-1.1-enterprise.war(%%), or avoid this step if you performed an export/import data migration (you already expanded it)
241 * Copy your old (% style="font-family:courier new,courier; " %) xwiki.cfg(%%) and (% style="font-family:courier new,courier; " %) hibernate.cfg.xml(%%) file to the WEB&#45;INF folder. Take care that if some changes were already made (probably because of database configuration when you installed the JDBC drivers) could be lost, so take care to add these changes
242 * Rename the skins/albatross folder to albatross.original, and copy the skins/default folder from XWiki 0.9 to skin/albatross. (//**WARNING:** this is an optional step, in case you don't want to use the default skin for 1.1x and want to retain your current skin in the new version//)
Vincent Massol 1.125 243 * Install this new folder as the xwiki application in your servlet container (may be by copying the folder to the servlet filesystem space or by packing it in a WAR file and deploying it)
Silvia Macovei 37.2 244
guillemp 36.1 245 At this point all is set, you can experience our old wiki data over the new XWiki core !!!
bitman09 1.126 246
Vincent Massol 31.5 247 = Troubleshooting =
Vincent Massol 1.125 248
Vincent Massol 31.5 249 == Verify your installation ==
bitman09 1.128 250
Ludovic Dubost 28.1 251 You can verify some basic settings of your XWiki install (on Tomcat, MySQL) using the [[check Config and Indexes application>>code:Applications.CheckConfigAndIndexesApplication]].
bitman09 1.130 252
guillemp 36.1 253 == Field 'XWD_ARCHIVE' doesn't have a default value ==
bitman09 1.131 254
Vincent Massol 31.7 255 If you get an error like the one below it probably means you had an old XWiki version installed (most likely a 0.9 version) which had a wrong schema. We're normally automatically fixing schemas at startup when you set the ##xwiki.store.hibernate.updateschema## configuration parameter in ##xwiki.cfg## (it's set to on by default). However it's currently not done for this error.
Vincent Massol 1.111 256
Ludovic Dubost 28.1 257 {{code language="none"}}
Vincent Massol 1.111 258 Wrapped Exception: Could not execute JDBC batch update
Vincent Massol 1.124 259 [...]
Vincent Massol 1.111 260 Wrapped Exception:
Ludovic Dubost 28.1 261 java.sql.BatchUpdateException: Field 'XWD_ARCHIVE' doesn't have a default value
262 {{/code}}
Vincent Massol 1.111 263
264 To fix this run the following SQL command on your database:
265
Jean-Vincent Drean 48.1 266 {{code language="sql"}}
267 alter table xwikidoc modify column XWD_ARCHIVE mediumtext null;
268 {{/code}}
Vincent Massol 1.111 269
Vincent Massol 31.5 270 == Failure to log in ==
Vincent Massol 1.111 271
272 Check that you don't have some old cookies and try deleting them.

Get Connected