Wiki source code of Install Wiki Pages
Version 3.1 by Vincent Massol on 2015/05/09
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | {{info}} | ||
8 | The default distribution that the Distribution Wizard will install creates an "Admin" user (the password is ##admin## in lowercase), which you can then use to log in your wiki. | ||
9 | {{/info}} | ||
10 | |||
11 | Alternatively you can skip the Distribution Wizard and finish this step by hand (this can be useful for example if you're offline and wish to install XWiki): | ||
12 | |||
13 | * Create new pages by hand | ||
14 | * Import the default Wiki that we are providing as a [[XAR file>>xwiki:Main.Download]] by using the [[Import feature>>AdminGuide.ImportExport]]. Since there's no Admin user created at this point, you'll need to [[log in as ##superadmin##>>AdminGuide.Configuration||anchor="HEnablesuperadminaccount"]] to be able to perform this import. | ||
15 | |||
16 | 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: | ||
17 | |||
18 | * A [[Blog>>extensions:Extension.Blog Application]] | ||
19 | * A [[Dashboard>>extensions:Extension.Dashboard Application]] | ||
20 | * A [[Panels Application>>extensions:Extension.Panels Application]] | ||
21 | * [[Search>>extensions:Extension.Search Application]] | ||
22 | * [[Administration features>>extensions:Extension.Administration Application]] (Access rights, Group and users management, etc) | ||
23 | * ... and much more | ||
24 | |||
25 | {{warning}} | ||
26 | 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. | ||
27 | |||
28 | 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. | ||
29 | {{/warning}} |