Wiki source code of Configuration
Version 12.4 by Artem Melentyev on 2008/04/21
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 1 Configuration | ||
2 | |||
3 | One you have XWiki [installed>Installation] you'll want to configure it. Configuration can be done in 2 ways: | ||
4 | |||
5 | * by stopping the XWiki instance and editing the ~~xwiki/WEB-INF/xwiki.cfg~~ file, and then restarting XWiki | ||
6 | * by logging in as a user with admin rights and going to the Administration page (when using the XWiki 1.0 skin, there's a an "Administration" link in the top right corner of the screen - You can also go directly to ~~http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences~~). This allows to keep the Server running while making the changes. | ||
7 | |||
8 | Note that some configurations are only accessible from the ~~xwiki.cfg~~ file and have no equivalent on the Administration page. | ||
9 | |||
10 | There are various things you can configure: | ||
11 | |||
12 | #toc("" "" "") | ||
13 | |||
14 | 1.1 Enable superadmin account | ||
15 | |||
16 | Edit the <tt>xwiki.cfg</tt> file and enable the <tt>xwiki.superadminpassword</tt> property. For example: | ||
17 | |||
18 | {code:none} | ||
19 | # Enable to allow superadmin. It is disabled by default as this could be a security breach if | ||
20 | # it were set and you forgot about it. | ||
21 | xwiki.superadminpassword=system | ||
22 | {code} | ||
23 | |||
24 | When logging in, the username will be "superadmin" and the password will be the one you set in the <tt>xwiki.superadminpassword</tt> property. | ||
25 | |||
26 | 1.1 Language settings | ||
27 | |||
28 | To define the default language for your wiki go to the Administration page and in the Preferences tag locate the "Default Language" field and enter the language code for the language you wish to use. For example: "en" for English, "fr" for French, "de" for German, etc. | ||
29 | |||
30 | In addition you can configure you wiki to be multilingual. See the [I18 user page>Features.I18N] for more information. | ||
31 | |||
32 | 1.1 Wiki Access Configuration | ||
33 | |||
34 | The first thing you will want to do is configure a policy access for your wiki. Depending on what you intend to use your wiki for, you have several options: | ||
35 | |||
36 | * [Open Wiki>#HOpenWiki]: anyone can edit pages (including non registered users) | ||
37 | * [Public Wiki>#HPublicWiki]: only registered users can edit pages but registration is open to anyone. This is the default configuration of the default wiki (the wiki provided as a XAR on the [download page>xwiki:Main.Download]). | ||
38 | * [Private Wiki with password>#HPrivateWikiwithpassword]: registration is closed | ||
39 | * [Private Wiki with token for registering>#HPrivateWikiwithtoken]: registration is closed but users knowing the token can register | ||
40 | |||
41 | 1.1.1 Open Wiki | ||
42 | |||
43 | TODO | ||
44 | |||
45 | 1.1.1 Public Wiki | ||
46 | |||
47 | TODO | ||
48 | |||
49 | 1.1.1 Private Wiki with password | ||
50 | 1.1.1.1 Global rights | ||
51 | |||
52 | In [Global rights>http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globalrights&global=1] set *User:XWikiGuest, Groups:, Level:register, Allow-Deny:Allow*. | ||
53 | |||
54 | 1.1.1.1 Registration | ||
55 | |||
56 | In [Preferences>http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences] under *Registration* set *Use email verification:yes*. fill the other fields appropriately. | ||
57 | |||
58 | 1.1.1 Private Wiki with token | ||
59 | |||
60 | TODO | ||
61 | |||
62 | |||
63 | 1.1 Enabling/Disabling Statistics | ||
64 | |||
65 | To disable [the Statistics feature>code:Applications.StatisticsApplication], edit your ~~xwiki.cfg~~ file and replace the following properties as shown here: | ||
66 | {code:xml} | ||
67 | xwiki.stats=0 | ||
68 | xwiki.stats.default=0 | ||
69 | {code} | ||
70 | |||
71 | where: | ||
72 | |||
73 | * ~~xwiki.stats~~ controls whether Statistics are on or off | ||
74 | * ~~xwiki.stats.default~~ controls whether Statistics are on or off by default for the current Wiki. This is useful in [Virtual Wiki mode>AdminGuide.Virtualization]. A wiki can decide whether Statistics is on/off by setting the "statistics" field in XWiki.XWikiPreferences. If no such field is defined the the default value ~~xwiki.stats.default~~ is used. | ||
75 | |||
76 | To enable Statistics, change "0" to "1". | ||
77 | |||
78 | 1.1 Optional Store Features | ||
79 | |||
80 | XWiki stores all document attachment versions by default. This is very memory consuming (both RAM and HDD). | ||
81 | If you need only latest versions of attachments, you can disable attachment version control by editing your ~~xwiki.cfg~~ and adding: | ||
82 | {code:xml} | ||
83 | xwiki.store.attachment.versioning=0 | ||
84 | {code} | ||
85 | |||
86 | |||
87 | 1.1 Customizing the Skin | ||
88 | |||
89 | See the [Skin Guide>AdminGuide.Skins]. | ||
90 | |||
91 | 1.1 Security configuration | ||
92 | |||
93 | See the [Security Guide>AdminGuide.Security]. | ||
94 | |||
95 | 1.1 Customizing Menus | ||
96 | |||
97 | The first thing to understand is that menus depend on the skin you're using. If you're using the 1.0 skin it's likely you're using the [Panels Application>code:Applications.PanelsApplication] to provide the different menu panels you see on the left or right of your wikis. Check the [Panels Application>code:Applications.PanelsApplication] to know more on how to configure/modify them. | ||
98 | |||
99 | 1.1 Encoding | ||
100 | |||
101 | See the [Encoding Guide>AdminGuide.Encoding]. | ||
102 | |||
103 | 1.1 User Authentication | ||
104 | |||
105 | See the [Authentication Guide>AdminGuide.Authentication]. | ||
106 | |||
107 | 1.1 Customizing the registration page | ||
108 | |||
109 | The default registration page is defined as a template on the file system (named <tt>registerinline.vm</tt>). However it's possible to easily override it by creating a page named <tt>XWiki.Registration</tt>. | ||
110 | |||
111 | 1.1 Logging | ||
112 | |||
113 | See the [Logging page>Logging]. | ||
114 | |||
115 | 1.1 Configuring Interwiki links | ||
116 | |||
117 | [Interwiki linking>http://en.wikipedia.org/wiki/InterWiki] is a short hand syntax for linking to pages on other websites. For example, you could link to http://en.wikipedia.org/wiki/InterWiki just by typing \[InterWiki@WikiPedia\]. | ||
118 | |||
119 | Since XWiki renders wiki syntax using the [Radeox>http://radeox.org] engine, it supports Interwiki links in [much the same way as SnipSnap>http://snipsnap.org/space/InterWiki+HowTo]. | ||
120 | |||
121 | To configure Interwiki links on your wiki: | ||
122 | |||
123 | * Create a file named <tt>\[location from where you start your container\]/conf/*intermap.txt*</tt> | ||
124 | * Fill <tt>intermap.txt</tt> with content like: | ||
125 | {code} | ||
126 | IMDB http://us.imdb.com/Title? | ||
127 | OpenWiki http://openwiki.com/? | ||
128 | SourceForge http://sourceforge.net/ | ||
129 | TWiki http://twiki.org/cgi-bin/view/ | ||
130 | Why http://clublet.com/c/c/why? | ||
131 | Wiki http://c2.com/cgi/wiki? | ||
132 | WikiPedia http://www.wikipedia.com/wiki/ | ||
133 | {code} | ||
134 | |||
135 | You can of course add your own entries. | ||
136 | |||
137 | * Note that Radeox's parser for intermap.txt is [very fragile>http://snipforge.org/jira/browse/RADEOX-49]. A blank line at the bottom of the file is enough to make it fall over. | ||
138 | * Restart XWiki (you'll need to restart XWiki every time you change <tt>intermap.txt</tt>) and try out an Interwiki link. | ||
139 | * If it does not work, check your <tt>xwiki.log</tt> file. You'll see if <tt>conf/intermap.txt</tt> could not be found, or if there was an error parsing it. | ||
140 | |||
141 | 1.1 Setting the default editor to use (Wiki or WYSIWYG) | ||
142 | |||
143 | Go the Administration screen, then click on the "Editing" accordion and select the default editor to use, as shown on the following screenshot: | ||
144 | |||
145 | {image:defaulteditor.png} | ||
146 | |||
147 | 1.1 Short URLs | ||
148 | |||
149 | It's possible to [configure XWiki so that is uses shorter URLs>Main.ShortURLs]. | ||
150 | |||
151 | #* | ||
152 | 1 . 1 Configure the names of database schemas. | ||
153 | |||
154 | (note - feature not yet committed and will be enabled in next release) | ||
155 | |||
156 | Sometimes, especially in enterprise environment, we need control names of database schemes, other than default. | ||
157 | |||
158 | * xwiki.db -- name of database scheme of main wiki. | ||
159 | * xwiki.virtual.db.prefix -- usefull only for [virtual wikies>Virtualization], where we have database scheme for each virtual wiki. This prefix is added to database scheme name after usial mapping between wiki names and schemes. | ||
160 | *# | ||
161 | |||
162 | 1.1 Turning off comments or attachments | ||
163 | |||
164 | You need to change the XWiki.XWikiPreferences class like this: | ||
165 | |||
166 | * Go to <tt>\<server\>/xwiki/bin/edit/XWiki/XWikiPreferences?editor=class</tt> | ||
167 | * Add a new property called <tt>showcomments</tt> (or <tt>showattachments</tt> for turning off attachments) of type String Class | ||
168 | * Go to <tt>\<server\>/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object&classname=XWiki.XWikiPreferences</tt> and write no in the <tt>showcomments</tt> (or <tt>showattachments</tt>) field | ||
169 | |||
170 | That's it, the comments (or attachments) are gone. If you want to re-enable them, replace the "no" value with "yes". | ||
171 | |||
172 | 1.1 Configuring the SMTP server | ||
173 | |||
174 | If you're planning to use XWiki's feature that send emails you'll need to configure the SMTP server used and the email address under which XWiki will send emails. | ||
175 | |||
176 | To configure these go to the Administration page (<tt>http://\<server\>/xwiki/bin/admin/XWiki/XWikiPreferences</tt>) and modify the <tt>Admin email</tt> field to set the email under which XWiki emails will be sent and modify the <tt>Outgoing SMTP Server</tt> field to set the SMTP server to use, as shown on the figure below. | ||
177 | |||
178 | {image:emailconfiguration.png} | ||
179 | |||
180 | 1.1 Sample xwiki.cfg | ||
181 | |||
182 | {code} | ||
183 | xwiki.version=1.1-SNAPSHOT | ||
184 | xwiki.base=../../ | ||
185 | xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore | ||
186 | xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml | ||
187 | xwiki.store.hibernate.updateschema=1 | ||
188 | xwiki.store.hibernate.custommapping=1 | ||
189 | |||
190 | \#\# Jcr Store configuration | ||
191 | \#xwiki.store.class=com.xpn.xwiki.store.jcr.XWikiJcrStore | ||
192 | \#xwiki.store.attachment.class=com.xpn.xwiki.store.jcr.XWikiJcrAttachmentStore | ||
193 | \#xwiki.store.versioning.class=com.xpn.xwiki.store.jcr.XWikiJcrPropertyVersioningStore | ||
194 | \#xwiki.store.jcr.mapping=WEB-INF/classes/jcrmapping.xml | ||
195 | \#xwiki.store.jcr.provider=com.xpn.xwiki.store.jcr.JackRabbitJCRProvider | ||
196 | \#xwiki.store.jcr.jackrabbit.repository.config=WEB-INF/classes/jackrabbit/repository.xml | ||
197 | \#xwiki.store.jcr.jackrabbit.repository.path=jackrabbitrepo | ||
198 | \#xwiki.store.jcr.jackrabbit.nodetypes.config=WEB-INF/classes/jackrabbit/nodetypes.cnd | ||
199 | |||
200 | xwiki.store.cache=1 | ||
201 | xwiki.store.cache.capacity=100 | ||
202 | xwiki.monitor=1 | ||
203 | |||
204 | \# List of active plugins. | ||
205 | xwiki.plugins=com.xpn.xwiki.monitor.api.MonitorPlugin,\\ | ||
206 | com.xpn.xwiki.plugin.calendar.CalendarPlugin,\\ | ||
207 | com.xpn.xwiki.plugin.feed.FeedPlugin,\\ | ||
208 | com.xpn.xwiki.plugin.ldap.LDAPPlugin,\\ | ||
209 | com.xpn.xwiki.plugin.google.GooglePlugin,\\ | ||
210 | com.xpn.xwiki.plugin.flickr.FlickrPlugin,\\ | ||
211 | com.xpn.xwiki.plugin.mail.MailPlugin,\\ | ||
212 | com.xpn.xwiki.plugin.packaging.PackagePlugin,\\ | ||
213 | com.xpn.xwiki.plugin.query.QueryPlugin,\\ | ||
214 | com.xpn.xwiki.plugin.svg.SVGPlugin,\\ | ||
215 | com.xpn.xwiki.plugin.charts.ChartingPlugin,\\ | ||
216 | com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\\ | ||
217 | com.xpn.xwiki.plugin.image.ImagePlugin,\\ | ||
218 | com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\\ | ||
219 | com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\\ | ||
220 | com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\\ | ||
221 | com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\\ | ||
222 | com.xpn.xwiki.plugin.autotag.AutoTagPlugin | ||
223 | |||
224 | \# This parameter allows XWiki to operate in Hosting mode | ||
225 | \# allowing to create multiple wikis having their own database | ||
226 | \# and responding to different URLs | ||
227 | xwiki.virtual=0 | ||
228 | xwiki.virtual.redirect=http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist | ||
229 | |||
230 | \# This parameter will activate the exo integration | ||
231 | xwiki.exo=0 | ||
232 | |||
233 | xwiki.authentication=form | ||
234 | xwiki.authentication.validationKey=totototototototototototototototo | ||
235 | xwiki.authentication.encryptionKey=titititititititititititititititi | ||
236 | xwiki.authentication.cookiedomains=xwiki.com,wiki.fr | ||
237 | \# Comment if you want to enable logout only for /bin/logout/XWiki/XWikiLogout | ||
238 | xwiki.authentication.logoutpage=/[^/]+/logout/* | ||
239 | |||
240 | \# Stats configuration allows to globally activate/deactivate stats module | ||
241 | \# it is also possible to choose a different stats service to record | ||
242 | \# statistics separately from XWiki. | ||
243 | \# Note: Statistics are disabled by default for improved performances. | ||
244 | xwiki.stats=0 | ||
245 | xwiki.stats.default=1 | ||
246 | xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl | ||
247 | |||
248 | xwiki.encoding=ISO-8859-1 | ||
249 | xwiki.render.macromapping=1 | ||
250 | xwiki.backlinks=1 | ||
251 | xwiki.tags=1 | ||
252 | |||
253 | \#\# Use edit comments | ||
254 | xwiki.editcomment=1 | ||
255 | \#\# Hide editcomment field and only use JS | ||
256 | xwiki.editcomment.hidden=0 | ||
257 | \#\# Make edit comment mandatory | ||
258 | xwiki.editcomment.mandatory=0 | ||
259 | \#\# Make edit comment suggested (asks 1 time if the comment is empty. 1 shows one popup if comment | ||
260 | \#\# is empty. 0 means there is no popup. This setting is ignored is mandatory is set) | ||
261 | xwiki.editcomment.suggested=0 | ||
262 | |||
263 | \# GraphViz plugin configuration. The GraphViz plugin is not configured by default. | ||
264 | \# To enable it, add "com.xpn.xwiki.plugin.graphviz.GraphVizPlugin" to the list of plugins | ||
265 | \# in the xwiki.plugins property. | ||
266 | \# Uncomment and set the locations of the Dot and Neato executables | ||
267 | \#xwiki.plugin.graphviz.dotpath=c:/Program Files/ATT/GraphViz/bin/dot.exe | ||
268 | \#xwiki.plugin.graphviz.neatopath=c:/Program Files/ATT/GraphViz/bin/neato.exe | ||
269 | |||
270 | xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/ | ||
271 | xwiki.plugin.laszlo.path=c:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/openlaszlo/xwiki/ | ||
272 | |||
273 | xwiki.plugin.image.cache.capacity=30 | ||
274 | |||
275 | xwiki.plugin.captcha=1 | ||
276 | |||
277 | \#\# Personal config | ||
278 | |||
279 | \# Enable to allow superadmin. It is disabled by default as this could be a security breach if | ||
280 | \# it were set and you forgot about it. | ||
281 | \#xwiki.superadminpassword=system | ||
282 | |||
283 | xwiki.authentication.ldap=0 | ||
284 | xwiki.authentication.ldap.server=172.29.116.202 | ||
285 | xwiki.authentication.ldap.check_level=1 | ||
286 | xwiki.authentication.ldap.port=389 | ||
287 | xwiki.authentication.ldap.base_DN=dc=necf,dc=fr | ||
288 | xwiki.authentication.ldap.bind_DN=cn={0},cn=Users,dc=necf,dc=fr | ||
289 | xwiki.authentication.ldap.bind_pass={1} | ||
290 | xwiki.authentication.ldap.UID_attr=sAMAccountName | ||
291 | xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn | ||
292 | |||
293 | xwiki.authentication.unauthorized_code=200 | ||
294 | |||
295 | \# This parameter will activate the sectional editing | ||
296 | xwiki.section.edit=1 | ||
297 | |||
298 | \# Uncomment if you want to ignore requests for unmapped actions, and simply display the document | ||
299 | \# xwiki.unknownActionResponse=view | ||
300 | |||
301 | \#\# WYSIWYG Editor configuration | ||
302 | |||
303 | \# You can configure the toolbars you wish to see in the WYSIWYG editor by defining the | ||
304 | \# xwiki.wysiwyg.toolbars property. | ||
305 | \# When not defined it defaults to: | ||
306 | \# xwiki.wysiwyg.toolbars=texttoolbar, listtoolbar, indenttoolbar, undotoolbar, titletoolbar, \ | ||
307 | \# styletoolbar, horizontaltoolbar, attachmenttoolbar, macrostoolbar, \ | ||
308 | \# tabletoolbar, tablerowtoolbar, tablecoltoolbar, linktoolbar | ||
309 | \# The full list of toolbars includes the one defined above and the following ones: | ||
310 | \# subtoolbar, findtoolbar, symboltoolbar | ||
311 | |||
312 | \#\# Skin configuration | ||
313 | |||
314 | xwiki.defaultskin=albatross | ||
315 | xwiki.defaultbaseskin=albatross | ||
316 | |||
317 | {code} |