deutsche Version
Example project: Web mail Client
Register here , to try the SoftWiki-Platform .
Zur Plattform: http://softwiki.de/demo/english
Installation of the SoftWiki prototype
The SoftWiki-Prototyp has been developed as plugin for the semantic data wiki OntoWiki at Version 0.9. The plug-in themself is part of the code of the OntoWiki project.
Attention the SoftWiki Plugin is only for the version 0.9 (with sourceforge.net) and in former times adapted and not with the current version 1.x (with code.google.com) compatibly.
Inhalt
Requirements
PHP 5.2, My SQL ? , Apache: e.g. the recent version of XAMPP for Linux or Windows
SVN-Client (for Windows use TortoiseSVN )
Install from Subversion
svn co https://powl.svn.sourceforge.net/svnroot/powl/trunk/ontowiki ontowiki
If no SVN Client available: download OntoWiki here.
Creation of an empty database
e.g. use phpMyAdmin
CREATE DATABASE `ontowiki_database` ;
Customize configuartion files
at the base directory # cp config.ini.dist config.ini
# cp htaccess.dist .htaccess
config.ini editieren (Datenbank und Spracheinstellungen) ;-------------------;
; Database Settings ;
;-------------------;
database.params.type = mysqli
database.params.host = localhost
database.params.username = xxx
database.params.password = xxx
database.params.dbname = ontowiki_database
;------------------------------;
; OntoWiki's frontend language ;
;------------------------------;
language.gui = english
language.schema = en
Call OntoWiki
activate Apache mod_rewite
call base-uri in browser
Login as Admin without password (Username is case sensitive)
Set new Admin password
User->Preferences->Password
Activate SoftWiki-Plugin
at the base directory # cp plugins/SoftWiki/config.ini-dist plugins/SoftWiki/config.ini
Basic install of a SoftWiki project
call http://<Basisverzeichnis>/softwiki/admin
Add a all related Vokabularies -> add
Add a new Soft Wiki- Project ?
Set User ACLs
User Anonymous:
editable models :none
grant access: none
readable model: none