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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -85,25 +85,7 @@ 85 85 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. 86 86 {{/info}} 87 87 88 -= Concluding Step = 88 +== Concluding Step == 89 89 90 - At this stage you have finishedconfiguration XWiki. If you start yourdatabaseand containerand point your browser to ##http:~//localhost:8080/xwiki/## you'll havea working, albeitminimal, wiki (without any page loaded).Thenextstep is either to create new pages by hand or import the default Wiki thatwe are providing as a [[XAR file>>xwiki:Main.Download]], byusinghe[[Import feature>>AdminGuide.ImportExport]].90 +{{include reference="AdminGuide.InstallationConcludingSteps"/}} 91 91 92 -= Installing the Default Wiki XAR = 93 - 94 -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: 95 - 96 -* A [[Blog>>extensions:Extension.Blog Application]] 97 -* A [[Dashboard>>extensions:Extension.Dashboard Application]] 98 -* A [[Panels Application>>extensions:Extension.Panels Application]] 99 -* [[Search>>extensions:Extension.Search Application]] 100 -* [[Administration features>>extensions:Extension.Administration Application]] (Access rights, Group and users management, etc) 101 -* ... and much more 102 - 103 -**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.** 104 - 105 -To install the XAR, use the [[Import/Export tool>>AdminGuide.ImportExport]]. 106 - 107 -{{warning}} 108 -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. 109 -{{/warning}}