Update the version info of structOntology.
[project/construct.git] / README.txt
CommitLineData
f934145d
FG
1conStruct uses the structWSF (both part of the Open Semantic Framework) web services
2endpoints to operate.
3
4== Notes ==
5
6If you want to be able to use automatic updates for conStruct, you will have to fix a file
7in the Drupal 6 framework. Because of the uppercase letters used in the current
8version of conStruct, we have to fix a bug in Drupal that ignore conStruct when come the
9time to list possible modules to upgrade.
10
11Open that file: druapl/includes/install.php
12
13Search for that line:
14
15-------------
16function drupal_get_schema_versions($module) {
17-------------
18
19Then replace it by these two lines:
20
21-------------
22function drupal_get_schema_versions($module) {
23 $module = strtolower($module);
24-------------
25
26Then each time you will use the update.php script, you will see new updates appearing for conStruct modules.
27
28Note: the installation script below take care of this modification for you.
29
30== Installation ==
31
32You can install the full Open Semantic Framework stack by
33using this OSF installation script:
34
35 http://techwiki.openstructs.org/index.php/Open_Semantic_Framework_Installation
36
37
38Additionally, you can read the full installation manual from the TechWiki:
39
40 http://techwiki.openstructs.org/index.php/StructWSF_Installation_Guide