Wiki source code of Install the wiki UI

Version 12.1 by Thomas Mortagne on 2019/03/21

Show last authors
1 At this point your wiki is empty, i.e it doesn't contain any wiki page. Since applications in XWiki are done in wiki pages you also don't any application available (e.g. Blog, User Directory, User Profiles, etc). In addition, you wiki doesn't contain any user.
2
3 Thus the final step is to fill your Wiki with some initial content (i.e. wiki pages).
4
5 This is the job of the [[Distribution Wizard>>platform:Features.DistributionWizard]] which automatically starts when you are browsing your new XWiki instance for the first time.
6
7 The default distribution is a fully configured wiki that you can use as a starting point for creating your own wiki content. It provides the following:
8
9 * A [[Dashboard>>extensions:Extension.Dashboard Application]]
10 * A [[Panels Application>>extensions:Extension.Panels Application]]
11 * [[Search>>extensions:Extension.Search Application]]
12 * [[Administration features>>extensions:Extension.Administration Application]] (Access rights, Group and users management, etc)
13 * ... and much more
14
15 == Installing without internet connection ==
16
17 === XIP package ===
18
19 {{info}}Since 9.5{{/info}} a XIP package is provided for the Standard flavor.
20
21 This is actually a zip file containing the required XWiki extensions for both the main wiki and subwikis, in the same format than the local extensions repository.
22
23 * [[download>>xwiki:Main.Download]] it (it needs to be the same version as the XWiki)
24 * Unzip it (rename it to ##.zip## if your zip tool does not recognize it) in the folder ##<permanentdirectory>/extension/repository## (if you get complains about already existing files don't overwrite them)
25 * Restart XWiki if it was running
26 * Resume standard installation, this time it will find the flavor locally
27
28 === Other methods ===
29
30 Several options:
31
32 * Set up a local Extension Repository, either as a Maven Repository or using the [[Extension Repository Application>>extensions:Extension.Repository Application]]. Of course you'll need to [[prefill it with all the extensions you'll wish to install when offline>>Documentation.AdminGuide.FillLocalMavenRepository]], which isn't something easy to do.
33 * [[Install the Standalone Distribution>>Documentation.AdminGuide.InstallationStandalone]] which contains a default set of wiki pages.
34 * Use the [[Offline Packager Maven plugin>>https://github.com/xwiki-contrib/maven-plugin-offline-xwiki-repository-packager]].
35
36 === Extension Repositories ===
37
38 XWiki performs some checks at startup and even at runtime and tries to connects to remote Extension repositories. This will not cause any problem if you're offline but you'll get some error logs. You may want to disable Extension repositories by editing your ##xwiki.properties## config file and adding the following empty property (make sure that this is the only property defined with the name):
39
40 {{code}}
41 extension.repositories=
42 {{/code}}
43
44 === Deprecated methods ===
45
46 ==== Manually Import Wiki Pages ====
47
48 {{warning}}
49 This is not supported anymore since 9.5
50 {{/warning}}
51
52 You can also skip the Distribution Wizard import the default Wiki that we are providing as a [[XAR file>>http://download.forge.ow2.org/xwiki/]] by using the [[Import feature>>platform:AdminGuide.ImportExport]]. Since there's no Admin user created at this point, you'll need to [[log in as ##superadmin##>>platform:AdminGuide.Configuration||anchor="HEnablesuperadminaccount"]] to be able to perform this import.
53
54 {{warning}}
55 If you're upgrading an existing wiki using the manual Import feature, 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.
56
57 On the other hand, if you use the Distribution Wizard, it'll automatically perform a merge and prompt you for action in case there's a conflict it cannot resolve automatically. Thus using the Distribution Wizard is what we recommend.
58 {{/warning}}

Get Connected