Changes for page Installation

Last modified by Thomas Mortagne on 2023/12/19

<
From version < 37.4 >
edited by shuehne
on 2010/03/08
To version < 48.1 >
edited by Jean-Vincent Drean
on 2010/03/18
>
Change comment: Updated XAR content

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.shuehne
1 +XWiki.jvdrean
Content
... ... @@ -1,4 +1,6 @@
1 -{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
1 +{{box cssClass="floatinginfobox" title="**Contents**"}}
2 +{{toc/}}
3 +{{/box}}
2 2  
3 3  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.
4 4  
... ... @@ -13,15 +13,20 @@
13 13  
14 14  Once you've finished the installation check the other topics in the [[Admin Guide>>AdminGuide.WebHome]] for configuring and [[securing>>Security]] your wiki.
15 15  
16 -{{info}}If you want to make manual installation or need to migrate an existing XWiki installation, check the [[Release Notes>>xwiki:Main.ReleaseNotes]].{{/info}}
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}}
17 17  
18 18  = Tutorials =
19 19  
20 20  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.
25 +[[image:example.jpg]]
21 21  
22 22  >
23 23  
24 -{{warning}}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.{{/warning}}
29 +{{warning}}
30 +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.
31 +{{/warning}}
25 25  
26 26  * [[XWiki On Windows (French)>>http://agoncalves.developpez.com/tutoriels/xwiki/creer-un-site-associatif/]]
27 27  * [[XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL) (English)>>http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch]]
... ... @@ -52,7 +52,9 @@
52 52  
53 53  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##).
54 54  
55 -{{info}}You can log in using the default ##Admin## user (first letter is capitalized). The default password is ##admin## (lowercase).{{/info}}
62 +{{info}}
63 +You can log in using the default ##Admin## user (first letter is capitalized). The default password is ##admin## (lowercase).
64 +{{/info}}
56 56  
57 57  = Installing the XWiki WAR manually =
58 58  
... ... @@ -61,9 +61,13 @@
61 61  * Install and configure a Servlet Container
62 62  * Install and configure a relational database
63 63  
64 -{{info}}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]].{{/info}}
73 +{{info}}
74 +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]].
75 +{{/info}}
65 65  
66 -{{info}}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.{{/info}}
77 +{{info}}
78 +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.
79 +{{/info}}
67 67  
68 68  == Install and configure a Servlet Container ==
69 69  
... ... @@ -131,7 +131,9 @@
131 131  
132 132  = Installing the eXo Enterprise WebOS integration WAR =
133 133  
134 -{{warning}}The integration with eXo is still very experimental and the instructions below are not finalized yet. Proceed with caution!{{/warning}}
147 +{{warning}}
148 +The integration with eXo is still very experimental and the instructions below are not finalized yet. Proceed with caution!
149 +{{/warning}}
135 135  
136 136  == Install eXo WebOS ==
137 137  
... ... @@ -164,8 +164,7 @@
164 164  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:
165 165  
166 166  * A Blog
167 -* Photo albums
168 -* A What's New page
182 +* A Recent Changes page
169 169  * The [[Panels Application>>code:Applications.PanelsApplication]]
170 170  * Search
171 171  * Administration page (Access rights, Group and users management, etc)
... ... @@ -175,7 +175,9 @@
175 175  
176 176  To install the XAR, use the [[Import/Export tool>>AdminGuide.ImportExport]].
177 177  
178 -{{warning}}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.{{/warning}}
192 +{{warning}}
193 +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.
194 +{{/warning}}
179 179  
180 180  = Upgrading an XWiki Installation =
181 181  
... ... @@ -184,7 +184,9 @@
184 184  * [[XWiki Core>>#HUpgradingXWikiCore]]
185 185  * [[Documents provided with the default XWiki XAR>>#HUpgradingwikidocuments]]
186 186  
187 -{{info}}If you're upgrading an XWiki 0.9 installation refer to [[this guide>>UpgradeXWiki09Installation]].{{/info}}
203 +{{info}}
204 +If you're upgrading an XWiki 0.9 installation refer to [[this guide>>UpgradeXWiki09Installation]].
205 +{{/info}}
188 188  
189 189  == Upgrading XWiki Core ==
190 190  
... ... @@ -247,7 +247,9 @@
247 247  
248 248  To fix this run the following SQL command on your database:
249 249  
250 -{{code language="sql"}}alter table xwikidoc modify column XWD_ARCHIVE mediumtext null;{{/code}}
268 +{{code language="sql"}}
269 +alter table xwikidoc modify column XWD_ARCHIVE mediumtext null;
270 +{{/code}}
251 251  
252 252  == Failure to log in ==
253 253  
XWiki.XWikiComments[34]
Date
... ... @@ -1,1 +1,1 @@
1 -2010-03-08 10:53:02.424
1 +2010-03-08 10:53:02.0

Get Connected