Wiki source code of Install the wiki UI
Version 5.1 by Vincent Massol on 2016/04/27
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 | Before XWiki 8.0, the Distribution Wizard was automatically creating an "Admin" user (with a password of ##admin## - in lowercase), which you can then use to log in your wiki. Starting with XWiki 8.0, the Distribution Wizard has a wizard step to let you create an admin user of your choice. | ||
9 | {{/info}} | ||
10 | |||
11 | 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: | ||
12 | |||
13 | * A [[Blog>>extensions:Extension.Blog Application]] | ||
14 | * A [[Dashboard>>extensions:Extension.Dashboard Application]] | ||
15 | * A [[Panels Application>>extensions:Extension.Panels Application]] | ||
16 | * [[Search>>extensions:Extension.Search Application]] | ||
17 | * [[Administration features>>extensions:Extension.Administration Application]] (Access rights, Group and users management, etc) | ||
18 | * ... and much more | ||
19 | |||
20 | == Manually Import Wiki Pages == | ||
21 | |||
22 | Alternatively, you could skip the Distribution Wizard (this can be useful for example if you're offline and wish to install XWiki). However you'd need to perform either of the following operations: | ||
23 | |||
24 | * Create new pages by hand | ||
25 | * Import the default Wiki that we are providing as a [[XAR file>>http://forge.ow2.org/project/showfiles.php?group_id=170]] 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. | ||
26 | |||
27 | {{warning}} | ||
28 | 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. | ||
29 | |||
30 | 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. | ||
31 | {{/warning}} |