OntoWiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (1個修訂) |
(No difference)
| |
Revision as of 11:49, 21 June 2009
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