OntoWiki

From LemonWiki共筆
Revision as of 14:44, 15 June 2008 by Planetoid (talk | contribs)
Jump to navigation Jump to search

Installation guide of OntoWiki

OntoWiki v.0.8



server configuration

apache configuration file: httpd.conf

unmark the following line (remove #)
#LoadModule rewrite_module modules/mod_rewrite.so

/OntoWiki/.htaccess

RewriteEngine on
RewriteBase /path/to/OntoWiki/
# if the http://localhost/OntoWiki/  mapping the  RewriteBase /OntoWiki/

DB settings

add new table

Add new MySQL table 'ontowiki' & modify the privileges for the table.

OntoWiki configuration file

edit /OntoWiki/config.ini.dist to config.ini

;-------------------;
; Database Settings ;
;-------------------;

database.params.host     = localhost
database.params.username = owuser
database.params.password = owpass
database.params.dbname   = ontowiki


Link to http://localhost/ontowiki/boot.php to complete the installation.


Reference: AKSW : Projects / Onto Wiki / First Steps