forked from AKSW/OntoWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
GetOntowikiUsers
jbrekle edited this page May 12, 2012
·
10 revisions
As a non-developer there a three ways to install OntoWiki (Developers look here).
- For Windows user we suggest to install via the archive.
- The smoothest way is to use the debian package.
- The latest development version can be installed only from the repository.
if you want the latest official release of OntoWiki
- download the 7zip-packed archive from github
- unpack it in your web directory.
If you are a advanced user of OntoWiki and/or need the latest version, you can checkout our repo:
- clone the repository into your web folder (e.g.
/var/www/ontowiki
)git clone https://github.com/AKSW/OntoWiki.git
- install the LOD2 repository by downloading and adding the lod2repository package
- update your package database (
sudo apt-get update
) - install
ontowiki-mysql
orontowiki-virtuoso
(sudo apt-get ontowiki-virtuoso
)