Changes for page Installing XWiki .war package manually
Last modified by Vincent Massol on 2020/08/28
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Install ationWAR1 +Installing XWiki .war package manually - Content
-
... ... @@ -72,3 +72,24 @@ 72 72 == 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]]. 75 + 76 + 77 += Installing the Default Wiki XAR = 78 + 79 +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: 80 + 81 +* A Blog 82 +* A Recent Changes page 83 +* The [[Panels Application>>extensions:Extension.Panels Application]] 84 +* Search 85 +* Administration page (Access rights, Group and users management, etc) 86 +* ... and much more 87 + 88 +**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.** 89 + 90 +To install the XAR, use the [[Import/Export tool>>AdminGuide.ImportExport]]. 91 + 92 +{{warning}} 93 +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. 94 +{{/warning}} 95 +