-
Notifications
You must be signed in to change notification settings - Fork 6
Create a new Site
Natanael Arndt edited this page Oct 29, 2013
·
1 revision
If you now want to create your own site to customize it according to your needs goon by reading this document.
As first step go to <ontowikiroot>/extensions/site/sites/
and copy the directory example
and rename it (e.g. local
).
Go to the configuration file <ontowikiroot>/extensions/site/sites/local/config.ini
and specify the site model e.g. model = "http://localhost/Site/"
and a name for the site e.g. name = "Example Site"
.
Set the just created site as default in <ontowikiroot>/extensions/site.ini
(if the file doesn't exist create it) by setting defaultSite = "local"
in the [private]
-section.
<ontowikiroot>/extensions/site.ini
:
enabled = true
[private]
defaultSite = "local"
<ontowikiroot>/extensions/site/sites/local/config.ini
:
model = "http://localhost/Site/"
name = "Example Site"