Not logged in : Login

About: OdsIntegraionDrupal     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : atom:Entry, within Data Space : ods.openlinksw.com associated with source document(s)

AttributesValues
type
Date Created
Date Modified
label
  • OdsIntegraionDrupal
maker
Title
  • OdsIntegraionDrupal
isDescribedUsing
has creator
attachment
content
  • %META:TOPICPARENT{name="Ods"}% %TOC% ---++What is Drupal? Drupal is a popular open-source content-management system (CMS) written in PHP. The steps below allow you to run it in Virtuoso. ---+++Install VAD 1. Start virtuoso db using the hosting_php.so ( .dll for win users). In oder to use this plugin, it needs to be included in your virtuoso ini file as follows: ... [Plugins] # for ex. here the location of the plugins is the plugin folder LoadPath = ./plugin ... Load6 = Hosting,hosting_php.so ... 1. Setup "Local Virtuoso" DSN (note the empty space in the name!) in order to access any of the application URLs. * For windows users, please perform the following steps: 1. Go to Start-> Settings-> Control Panel ->Administrative Tools -> Data Sources (ODBC) 1. Go to tab "User DSN" and click "Add" 1. Select the " OpenLink Virtuoso(version)" driver and click "Finish" 1. Enter for "Name": Local Virtuoso 1. Enter "Description": My Local Virtuoso 1. Enter for the field "Server" your Virtuoso host value and ISQL port, for ex: localhost:1116 1. Click "Next" 1. Enter for "Login ID" for ex. dba 1. Enter for "Password" the user password, for ex. for dba by default it is dba. 1. Click "Next" 1. Click "Finish". 1. From ISQL execute: SQL> DB.DBA.VAD_INSTALL('tmp/drupal_fs.vad',0); ---+++RDF View Scripts 1. After you have installed the Drupal drupal_fs.vad package, before running the Drupal_rdf_views_script.sql file, which contains the RDF Views scripts for Drupal, you need to configure Drupal to have blog, feeds, polls, aggregator: 1. Access the drupal home page at http://host:port/drupal * 1. Follow the steps shown: 1. Create the first account: Click the link "Create the first account" and fill in the form fields. Finally click the "Create new account" button. * 1. As result your account will be created. * 1. Go to Administer->Site building->Modules and check the check-box for the following modules: Aggregator,Blog, Blog API, Book, Forum, Poll * 1. Click the "Save configuration" button. 1. Having configured Drupal to have blog, feeds, polls, aggregator, etc.. you can execute now from ISQL the RDF Views script: isql localhost:1116 dba dba Drupal_rdf_views_script.sql * You can find the Drupal RDF Views scripts also [[VirtRDFViewDrupal][here]]. ---+++Configuration 1. In case you want to change the dba password, you need to locate the file below in your FS and change the $db_url value: vad\vsp\drupal\sites\default\settings.php 1. Once you have already created your administrator and configured the modules needed the RDF Views script to be executed correctly, log in and from the Welcome page click the "create content" link from the "Start posting content" section. * 1. As result will be shown the Content page page: * 1. Click "Blog entry". 1. In the shown form enter your data and click "Submit" * 1. As result your blog will be created: * 1. Go to "Create content"->Poll 1. Enter in the shown form your new Poll question and choices of answers and click the "Submit" button. * 1. As result your Poll will be created * 1. Go to Administer->Content management -> News aggregator and click the button "Add Feed". * 1. Enter in the shown form: 1. for Title: Kingsley's Blog 1. for URL: http://www.openlinksw.com/blog/~kidehen/gems/rss.xml 1. Click the button "Submit". * 1. As result the feed will be added: * 1. You can view your Feeds sources going to News aggregator->Sources: * 1. Go to Administer->Content management -> Forums * 1. Click the "Add container" button. 1. In the shown form: 1. Enter for Container name: Food 1. Enter for Description: all about food 1. Click the "Submit" button. * 1. As result your new forum will be created: * 1. Click the "Add forum" button. 1. In the shown form: 1. Enter for Forum name: Pizza 1. Enter for Description: Italian pizza 1. Choose for Parent: Food 1. Click the "Submit" button. * 1. As result your new forum will be created: * 1. Go to Create content->Forum topic 1. In the shown form: 1. Enter for Subject: My favorite menu 1. For Forums select: Pizza 1. Enter for Body: Italian pizza is my favorite menu. 1. Click the "Submit" button. * 1. As result your new forum topic will be created: * ---+++URI Schemas %META:TOPICPARENT{name="Ods"}% %TOC% ---++What is WordPress? WordPress is a popular open-source blog engine written in PHP. The guide below shows how to run it in Virtuoso. ---+++Install VAD 1. Start virtuoso db using the hosting_php.so ( .dll for win users). In oder to use this plugin, it needs to be included in your virtuoso ini file as follows: ... [Plugins] # for ex. here the location of the plugins is the plugin folder LoadPath = ./plugin ... Load6 = Hosting,hosting_php.so ... 1. Setup "Local Virtuoso" DSN (note the empty space in the name!) in order to access any of the application URLs. * For windows users, please perform the following steps: 1. Go to Start-> Settings-> Control Panel ->Administrative Tools -> Data Sources (ODBC) 1. Go to tab "User DSN" and click "Add" 1. Select the " OpenLink Virtuoso(version)" driver and click "Finish" 1. Enter for "Name": Local Virtuoso 1. Enter "Description": My Local Virtuoso 1. Enter for the field "Server" your Virtuoso host value and ISQL port, for ex: localhost:1116 1. Click "Next" 1. Enter for "Login ID" for ex. dba 1. Enter for "Password" the user password, for ex. for dba by default it is dba. 1. Click "Next" 1. Click "Finish". 1. From ISQL execute: SQL> DB.DBA.VAD_INSTALL('tmp/wordpress_fs.vad',0); ---+++RDF View Scripts 1. After you have installed the WordPress wordpress_fs.vad package, using ISQL execute the WordPress_rdf_views_script.sql file, which contains the RDF Views scripts for WordPress: isql localhost:1116 dba dba WordPress_rdf_views_script.sql * You can find the WordPress RDF Views scripts also [[VirtRDFViewWordpress][here]]. ---+++Configuration 1. In case you want to change the dba password, you need to locate the file below in your FS and change the $wgDBpassword value: vad\vsp\wordpress\wp-config.php 1. After you have successfully installed the WordPress wordpress_fs.vad package and have run the RDF Views WordPress_rdf_views_script.sql, access the WordPress home page: http://host:port/wordpress ---+++URI Schemes http:///drupal/user/ ---++Download 1. You can download from [[http://virtuoso-images.s3.amazonaws.com/index.html][here]] the RPM for Drupal. 2. Put the downloaded file preferably into an empty folder and in order to build the drupal_fs.vad package, please perform: rpm2cpio | cpio -idmv 3. As result the drupal_fs.vad package will be build and ready to be installed. ---++References * [[http://drupal.org/about][Drupal]] ---+++See Also * [[DrupalSIOCRef][Drupal SIOC Reference]] CategoryRDF CategoryVirtuoso CategoryDrupal
id
  • c2fc71b315d9986f9a694fec731dd5a5
link
has container
http://rdfs.org/si...ices#has_services
atom:title
  • OdsIntegraionDrupal
links to
atom:source
atom:author
atom:published
  • 2017-06-13T05:40:35Z
atom:updated
  • 2017-06-13T05:40:35Z
topic
is made of
is container of of
is link of
is http://rdfs.org/si...vices#services_of of
is creator of of
is atom:entry of
is atom:contains of
Faceted Search & Find service v1.17_git132 as of May 12 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3238 as of May 23 2023, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (15 GB total memory, 3 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software