forked from AKSW/OntoWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
SetupDevelopers
seebi edited this page Mar 27, 2012
·
2 revisions
- optional: fork the repository
- clone the repository into your web folder (e.g.
/var/www/ontowiki
) - enable Apaches rewrite module (e.g.
a2enmod rewrite
) - run
make install
to download Zend, init git submodules as well as to create log and cache dir - copy
config.ini-dist
toconfig.ini
and modify it according to your store - open your browser, go to your ontowiki URL, login as
Admin
without pass and change the password - make sure you create your own feature branch
- maybe turn off the query and object cache in you
config.ini
:cache.query.enable = false
cache.enable = false