OntoWiki
出自LemonWiki
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

