Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Applications >> xwiki >> How to get started

download xwiki installer zip

explode the zip file to a directory

For Windows

In the webapps\xwiki\WEB-INF\ directory edit xwiki.cfg and uncomment the following line to enable superadmin login

xwiki.superadminpassword=system

To run the web application in the default jetty servlet container, default port is 8080, if need to change the port, edit the following sections in the respective files

File Setting
 jetty\etc\jetty-http.xml <Set name="port"><Property name="jetty.port" default="8081" /></Set>
jetty\modules\http.mod jetty.port=8081

start the xwiki app by

java -jar <path-to-start.jar> --module=xwiki

If running at port 8080.  Load http://localhost:8080/xwiki/bin/view/Main

Dowload and install the xwiki-enterprise-ui-mainwiki-all extension as .xar file and import to the wiki.

 

 

For Linux

<to be updated>

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]