Changes for page Installing XWiki .war package manually
Last modified by Vincent Massol on 2020/08/28
Change comment:
Added TOC + fixed invalid section levels
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Install ationWAR1 +Installing XWiki .war package manually - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. GuillaumeFenollar1 +XWiki.VincentMassol - Content
-
... ... @@ -1,9 +1,13 @@ 1 +{{box cssClass="floatinginfobox" title="**Contents**"}} 2 +{{toc/}} 3 +{{/box}} 4 + 1 1 You'll need to perform 2 mandatory steps: 2 2 3 3 * Install and configure a Servlet Container 4 4 * Install and configure a relational database 5 5 6 -= =Install and configure a Servlet Container ==10 += Install and configure a Servlet Container = 7 7 8 8 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. 9 9 ... ... @@ -38,7 +38,7 @@ 38 38 39 39 You're now ready to install and configure your relational database. 40 40 41 -= =Install and configure a Relational Database ==45 += Install and configure a Relational Database = 42 42 43 43 XWiki can work with a lot of relational databases. We're only listed those that we have tested it on. 44 44 ... ... @@ -69,6 +69,26 @@ 69 69 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. 70 70 {{/info}} 71 71 72 -= =Concluding Step ==76 += Concluding Step = 73 73 74 74 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]]. 79 + 80 += Installing the Default Wiki XAR = 81 + 82 +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: 83 + 84 +* A Blog 85 +* A Recent Changes page 86 +* The [[Panels Application>>extensions:Extension.Panels Application]] 87 +* Search 88 +* Administration page (Access rights, Group and users management, etc) 89 +* ... and much more 90 + 91 +**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.** 92 + 93 +To install the XAR, use the [[Import/Export tool>>AdminGuide.ImportExport]]. 94 + 95 +{{warning}} 96 +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 and read the upgrade nodes bellow carefully. 97 +{{/warning}} 98 +