Wiki source code of Administrator Guide

Version 22.4 by Ecaterina Moraru (Valica) on 2017/09/01

Show last authors
1 {{velocity output="false"}}
2 $xwiki.ssx.use('xwiki:Documentation.WebHome')
3 {{/velocity}}
4
5 (% class="row cards" %)
6 (((
7 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
8 (((
9 {{html wiki="true" clean="false"}}
10 <div class="card card1">
11 <div class="card-body">
12 <h4 class="card-title">[[Installation>>Installation]]</h4>
13 <p class="card-text">Learn how to install XWiki on your machine or upgrade an existing installation.</p>
14 </div>
15 </div>
16 {{/html}}
17 )))
18
19 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
20 (((
21 {{html wiki="true" clean="false"}}
22 <div class="card card1">
23 <div class="card-body">
24 <h4 class="card-title">[[Configuration>>Configuration]]</h4>
25 <p class="card-text">Learn how to configure and tune XWiki in various ways.</p>
26 </div>
27 </div>
28 {{/html}}
29 )))
30
31 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
32 (((
33 {{html wiki="true" clean="false"}}
34 <div class="card card1">
35 <div class="card-body">
36 <h4 class="card-title">[[Upgrade>>Upgrade]]</h4>
37 <p class="card-text">Learn how to upgrade your XWiki installation to keep it up-to-date.</p>
38 </div>
39 </div>
40 {{/html}}
41 )))
42 )))
43
44 == Main Topics ==
45
46
47 (% class="row cards" %)
48 (((
49 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
50 (((
51 {{html wiki="true" clean="false"}}
52 <div class="card card2">
53 <div class="card-body">
54 <h5 class="card-title">[[Authentication]]</h5>
55 <h6 class="card-subtitle mb-2">Configure XWiki's authentication mechanism (Database, LDAP, custom implementation, etc).</h6>
56 </div>
57 </div>
58 {{/html}}
59 )))
60
61 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
62 (((
63 {{html wiki="true" clean="false"}}
64 <div class="card card2">
65 <div class="card-body">
66 <h5 class="card-title">[[User Management]]</h5>
67 <h6 class="card-subtitle mb-2">Add, Edit, Delete and manage users.</h6>
68 </div>
69 </div>
70 {{/html}}
71 )))
72
73 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
74 (((
75 {{html wiki="true" clean="false"}}
76 <div class="card card2">
77 <div class="card-body">
78 <h5 class="card-title">[[Access Rights]]</h5>
79 <h6 class="card-subtitle mb-2">Define which users should be allowed to view and interact with your wiki.</h6>
80 </div>
81 </div>
82 {{/html}}
83 )))
84 )))
85
86 (% class="hidden-xs" %)
87 ----
88
89 (% class="row cards" %)
90 (((
91 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
92 (((
93 {{html wiki="true" clean="false"}}
94 <div class="card card2">
95 <div class="card-body">
96 <h5 class="card-title">[[Import/Export>>ImportExport]]</h5>
97 <h6 class="card-subtitle mb-2">Import and Export pages to and from your wikis.</h6>
98 </div>
99 </div>
100 {{/html}}
101 )))
102
103 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
104 (((
105 {{html wiki="true" clean="false"}}
106 <div class="card card2">
107 <div class="card-body">
108 <h5 class="card-title">[[Skins>>Skins]]</h5>
109 <h6 class="card-subtitle mb-2">Learn how to use a different skin and even how to create a complete new one.</h6>
110 </div>
111 </div>
112 {{/html}}
113 )))
114
115 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
116 (((
117 {{html wiki="true" clean="false"}}
118 <div class="card card2">
119 <div class="card-body">
120 <h5 class="card-title">[[Backup/Restore>>Backup]]</h5>
121 <h6 class="card-subtitle mb-2">Learn how to backup and restore your wiki.</h6>
122 </div>
123 </div>
124 {{/html}}
125 )))
126 )))
127
128 (% class="hidden-xs" %)
129 ----
130
131 (% class="row cards" %)
132 (((
133 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
134 (((
135 {{html wiki="true" clean="false"}}
136 <div class="card card2">
137 <div class="card-body">
138 <h5 class="card-title">[[Database Administration]]</h5>
139 <h6 class="card-subtitle mb-2">Administer your XWiki database.</h6>
140 </div>
141 </div>
142 {{/html}}
143 )))
144
145 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
146 (((
147 {{html wiki="true" clean="false"}}
148 <div class="card card2">
149 <div class="card-body">
150 <h5 class="card-title">[[Performance Tuning>>Performances]]</h5>
151 <h6 class="card-subtitle mb-2">Improve your wiki's performance.</h6>
152 </div>
153 </div>
154 {{/html}}
155 )))
156
157 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
158 (((
159 {{html wiki="true" clean="false"}}
160 <div class="card card2">
161 <div class="card-body">
162 <h5 class="card-title">[[Security]]</h5>
163 <h6 class="card-subtitle mb-2">Tune the configuration to secure your wiki.</h6>
164 </div>
165 </div>
166 {{/html}}
167 )))
168 )))
169
170
171 {{comment}}
172 ; [[Installation>>Installation]]
173 : Learn how to install XWiki on your machine or upgrade an existing installation.
174
175 ; [[Configuration>>Configuration]]
176 : Learn how to configure and tune XWiki in various ways.
177
178 ; [[Upgrade>>Upgrade]]
179 : Learn how to upgrade your XWiki installation to keep it up-to-date.
180
181 ; [[Authentication]]
182 : Configure XWiki's authentication mechanism (Database, LDAP, custom implementation, etc).
183
184 ; [[User Management]]
185 : Add, Edit, Delete and manage users.
186
187 ; [[Access Rights]]
188 : Define which users should be allowed to view and interact with your wiki.
189
190 ; [[Security]]
191 : Tune the configuration to secure your wiki.
192
193 ; [[Performance Tuning>>Performances]]
194 : Improve your wiki's performance.
195
196 ; [[Backup/Restore>>Backup]]
197 : Learn how to backup and restore your wiki.
198
199 ; [[Import/Export>>ImportExport]]
200 : Import and Export pages to and from your wikis.
201
202 ; [[Database Administration]]
203 : Administer your XWiki database.
204
205 ; [[Skins>>Skins]]
206 : Learn how to use a different skin and even how to create a complete new one.
207
208 {{/comment}}
209
210 (% class="row cards" %)
211 (((
212
213 )))
214
215 == Other Topics ==
216
217
218
219 ; [[Multi Tenancy>>Virtualization]]
220 : Learn how you can have multiple wikis running on the same XWiki instance (i.e. same JVM) for great scalability.
221
222 ; [[Access a wiki>>AccessWiki]]
223 : Learn the different ways to target a wiki when you have more than one wiki in your instance.
224
225 ; [[Applications installation into wiki-farm>>ApplicationInstallationIntoWikiFarm]]
226 : Learn the peculiarities of application installation on wiki-farm
227
228 ; [[Group Management]]
229 : Add, Edit, Delete and manage groups.
230
231 ; [[Encoding]]
232 : Learn how to configure XWiki for UTF-8 or any other non-default encoding.
233
234 ; [[Logging]]
235 : Configure XWiki's logging system.
236
237 ; [[Attachments]]
238 : Configure how attachments are stored, whether version history will be kept and set size limits.
239
240 ; [[Short URLs>>Main.ShortURLs]]
241 : Learn how to configure the XWiki URL scheme to generate short URLs.
242
243 ; [[Clustering>>Clustering]]
244 : You can run multiple instances of XWiki on the same database to be able to do load balancing. Here's how to do it.
245
246 ; [[Monitoring]]
247 : Monitor a running instance using JMX
248
249 ; [[AntiSpam Techniques>>AntiSpam]]
250 : Various strategies and tools to fight spam in public XWiki instances

Get Connected