Wiki source code of Getting Started

Version 50.3 by Vincent Massol on 2017/09/08

Show last authors
1 {{velocity output="false"}}
2 $xwiki.ssx.use('Documentation.UserGuide.GettingStarted.WebHome')
3 {{/velocity}}
4
5 Welcome to the XWiki "Get Started" page. This guide provides basic information on how to set up and use XWiki. Start by learning more about [[wikis>>Documentation.UserGuide.GettingStarted.WhatIsAWiki]].
6
7 XWiki's use cases are diverse: collaborative intranet, knowledge base, CMS, competitive intelligence, public debate, collaborative creation of school courses, web site creation, etc. Read more on [[what wikis can be used for>>Documentation.UserGuide.GettingStarted.WhatCanAWikiBeUsedFor]], [[what makes XWiki special>>Documentation.UserGuide.GettingStarted.WhatsSpecialAboutXWiki.WebHome]] and a [[second generation wiki>>platform:Main.SecondGenerationWiki]].
8
9 You can visit the [[references page>>xwiki:References.WebHome]] to see a list of varied projects based on XWiki. You can add your own project to the same page by filling in a short form. You can also go to the [[XWiki project homepage>>xwiki:Main.WebHome]] to see some of the companies that use XWiki or check out the [[testimonials page>>xwiki:References.Testimonials]] to view what our users have to say.
10
11 = Basic information =
12
13 The first thing you want to do is make sure you've [[downloaded>>xwiki:Download.WebHome]] and [[installed XWiki>>platform:AdminGuide.Installation]]. You can also [[try it online>>doc:Hosted.WebHome]]. For first time XWiki users and for users who wish to quickly try out XWiki we recommend installing the [[standalone distribution>>platform:AdminGuide.InstallationStandalone]]. You can also use the [[playground>>playground:Main.WebHome]] if you're not looking to install XWiki from scratch.
14
15 (% class="row" %)
16 (((
17 (% class="col-xs-12 col-md-6" %)
18 (((
19 Then, as you log in to your wiki, the first thing you see is the wiki homepage.
20
21 [[image:1.png||class="image-label"]] XWiki is divided into Wikis and Pages. Inside a wiki, you can create a hierarchy of pages, by creating pages inside other pages. This feature is called [[Nested Pages>>platform:Features.ContentOrganization]]. From this area you can [[add new pages>>platform:Features.DocumentLifecycle]] by clicking the "+" button.
22
23 [[image:2.png||class="image-label"]] Whenever you want to [[modify a page>>platform:Features.PageEditing]], click on the pen edit button, make your changes and save the page. The modified page now replaces the previous version. Each version of the page is stored in the [[page history>>platform:Features.VersionControl]] and can be reverted to if needed. More page actions, such as Administer, Copy, Rename, Delete, Export, are also available from the last two menus on the right.
24
25 [[image:3.png||class="image-label"]] From the upper right corner you may click on your [[profile>>extensions:Extension.User Profile Application]], or the notifications menu.
26
27 [[image:4.png||class="image-label"]] By expanding the drawer menu on the right you can access you profile or go to the [[wiki administration>>extensions:Extension.Administration Application]]. You can also access the wiki, page or user [[indexes>>extensions:Extension.Index Application]], as well as add a new wiki.
28
29 [[image:5.png||class="image-label"]] You can easily edit/modify the content of the first page to replace it with your own content.
30
31 [[image:6.png||class="image-label"]] Lateral menus are handled using panels. A [[panel>>Documentation.UserGuide.GettingStarted.ChangingTheLogoAndThePanels]] is a widget you can see on the left and right of every page of your wiki in the standard version of XWiki. By default you will see a small sized Applications panel on the left and medium sized panels on the right.
32
33 [[image:7.png||class="image-label"]] The tabbed area at the bottom of the page features by default [[comments>>platform:Features.DocumentLifecycle||anchor="HComments"]], [[attachments>>platform:Features.Attachments]], [[page history>>platform:Features.VersionControl]], page information.
34 )))
35
36 (% class="col-xs-12 col-md-6" %)
37 (((
38 {{comment}}
39 READ ME: No change needed, just update Homepage.png with a new screenshot
40 {{/comment}}
41
42 (% class="image-container" %)
43 (((
44 image:Homepage.png
45
46 (% class="image-overlay" %)
47 (((
48 image:Homepage.png
49 )))
50 )))
51 )))
52 )))
53
54 To see the complete list of features go to the [[features page>>Documentation.UserGuide.Features.WebHome]]. More information on the first steps with XWiki can be found on [[this page>>Documentation.UserGuide.GettingStarted.FirstStepsWithXWikiEnterprise]].
55
56 {{warning}}
57 If you need more help with your wiki or you'd like to get in touch with the community please visit the [[support page>>xwiki:Main.Support]]. There you'll find more information on:
58 * [[Community support>>xwiki:Main.Support||anchor="HCommunitySupport"]]
59 * [[Professional support>>xwiki:Main.Support||anchor="HProfessionalSupport"]]
60 {{/warning}}
61
62 (% class="row cards" %)
63 (((
64 (% class="col-xs-12 col-md-6 cards-container" %)
65 (((
66 {{html clean="false"}}
67 <div class="card card2" style="border: 0;">
68 <div class="card-body">
69 {{/html}}
70
71 (% style="margin-top: 0" %)
72 == If you're an Administrator ==
73
74 If you're using the Jetty/HSQLDB package, before you perform admin actions, you will need to log in using the following credentials:
75 {{code}}Username: Admin
76 Password: admin{{/code}}
77 We strongly recommend you change the Admin's password to a secret one as soon as you can.
78 Otherwise, when you install XWiki from scratch, you are asked to register your own user which will be the owner of the wiki.
79
80 The [[XWiki Platform>>platform:Main.WebHome]] provides general information for admins that need to customize their wiki application (authentication, DB, performance tuning, etc.). Everything you want to know about administrating XWiki, from installation to backups is available in the [[Administrator's Guide>>platform:AdminGuide.WebHome]]:
81
82 * Discover how to [[create users and groups>>platform:Features.UsersAndGroupsManagement]] and [[handle rights on your wiki>>platform:Features.RightsManagement]].
83 * Learn how to customize the look and feel of the wiki ([[skin>>platform:AdminGuide.Skins]], [[color themes>>extensions:Extension.Color Theme Application]], [[panels>>extensions:Extension.Panels Application]], etc.)
84 * See how you can backup your wiki, import XAR files to the wiki and much more.
85 {{html clean="false"}}
86 </div>
87 </div>{{/html}}
88 )))
89
90 (% class="col-xs-12 col-md-6 cards-container" %)
91 (((
92 {{html clean="false"}}
93 <div class="card card2" style="border: 0;">
94 <div class="card-body">
95 {{/html}}
96
97 (% style="margin-top: 0" %)
98 == If you're a Developer ==
99
100 XWiki is also a second generation wiki. You can build simple applications, extend the platform with custom plugins, or even build complex Web applications.
101
102 XWiki's powerful programming features are documented in the [[Developer's Guide>>platform:DevGuide.WebHome]]. A number of applications are built-in, such as the Blog. Additional applications, macros and other extensions are available on the [[Extensions wiki>>extensions:Main.WebHome]]. The documentation for the [[XWiki Rendering>>rendering:Main.WebHome]] has a [[dedicated wiki>>rendering:Main.WebHome]].
103
104 For documentation related to contributing to the XWiki project, visit the [[XWiki Development Zone>>dev:Main.WebHome]].
105
106 {{html clean="false"}}
107 </div>
108 </div>
109 {{/html}}
110 )))
111 )))

Get Connected