Posted by Lindix on January 23, 2012 at 4:41pm
Hi people,
can anybody give me advice? What is difference between D7 and Semantic CMS (D7 also) made by IKS projekt? (available at http://semantic-cms.info/). I took all modules from S-CMS and have instaled on my D7 site (Aloha editor, Apache stanbol). But when I enable Apache stanbol I can´t edit text and also make contet. Its imposible to save it. I can make changes and save it, his problem relates only to content.
Thanks...
Comments
about semantic-cms.info / iks project
hello!
the semantic-cms.info implementation was part of the early adopters programme from the IKS project -- see: http://wiki.iks-project.eu/index.php/Evo42_Proposal
as apache stanbol evolved further the module is at the moment not working with the latest apache stanbol version. the aloha editor module is also a bit outdated at the moment.
at the moment I'll have no time available to update the modules, but it's on my todo list...
best regards,
rene
updated modules
the apache stanbol module is now updated. here is the download link including all files: https://github.com/downloads/evo42/Semantic-CMS/Semantic-CMS-0.2.zip
To launch Apache Stanbol which is part of the IKS reference implementation type the following command in the stanbol directory of the extracted download file: “java -Xmx1g -jar iks-5.3-launcher.jar”
http://localhost:8080/stanbol/
The htdocs directory contains D7 + some modified drupal modules (eg. wysiwyg has support for aloha editor which is used to interact with apache stanbol)
In the Drupal administration panel:
* Navigate to “Modules” and enable at the “User Interface” section the following modules: “Active Tags”, “Aloha Editor” and “Wysiwyg”. At the “Semantic Services” section activate “Apache Stanbol”.
* Navigate to “Appearance” and click “Enable and set default” at the “Semantic CMS” theme.
* Select “Aloha Editor” at “Configuration > Wysiwyg profiles” for the two HTML formats.
* Enable the Clean URLs option at “Configuration > Clean URLs” – this requires a working and enabled Apache mod_rewrite module
* Navigate to “Structure > Content types” and click “manage fields” for the Article content type. Click “edit” at the Tags field. Open the Widget Type tab and select the “Active Tags autocomplete term widget” option. Save the changes.
* Choose “Structure > Taxonomy ” and click “edit vocabulary”. Open the “Manage fields” tab and add a new field with the label “Same as”, the name “field_sameas” and select “text” as field type. To add this new field click “Save” and confirm the next two steps with the given default values.
if you need any further information feel free to ask.
-rene
This is great news Rene. I
This is great news Rene. I haven't yet had the time to fully dig into this, but this week I plan on it. I did have a look at the earlier code and your demos and it all looked great.
Thanks for all the work and for pushing back out to the public.
Great work
But I still have a problems. I can´t understand what you wrote (2 step): To launch Apache Stanbol which is part of the IKS reference implementation type the following command in the stanbol directory of the extracted download file: “java -Xmx1g -jar iks-5.3-launcher.jar”
http://localhost:8080/stanbol/
I did everything you said besides step 2.
When I tried to save "article" content the error message appear: Notice: Undefined index: host in EasyRdf_Http_Client->request() (line 384 of ...\drupal-7.10\sites\all\modules\apache_stanbol\vendor\easyrdf\lib\EasyRdf\Http\Client.php).
EasyRdf_Exception: HTTP request for /contenthub/metadata/node-34- failed: Not Found in EasyRdf_Graph->load() (line 252 of ...\drupal-7.10\sites\all\modules\apache_stanbol\vendor\easyrdf\lib\EasyRdf\Graph.php)
Peter