RDFCCK

From Semantic Web NYC

Jump to: navigation, search

As discussed during the Drupal Semantics session at the New York Semantic Web meetup to Install RDFCCK on Unbuntu you will have to perform the following downloads into the Drupal directory. This examples assumes you have the Drupal 6.x release already installed in /usr/share/drupal

cd /usr/
cd share
cd drupal/
cd sites
cd all
mkdir modules
cd modules/
wget http://ftp.drupal.org/files/projects/cck-6.x-2.1.tar.gz
tar xvf cck-6.x-2.1.tar.gz
wget http://ftp.drupal.org/files/projects/rdfcck-6.x-2.x-dev.tar.gz
tar xvf rdfcck-6.x-2.x-dev.tar.gz
wget http://ftp.drupal.org/files/projects/evoc-6.x-1.x-dev.tar.gz
untar xvf evoc-6.x-1.x-dev.tar.gz
tar xvf evoc-6.x-1.x-dev.tar.gz
wget http://ftp.drupal.org/files/projects/rdf-6.x-1.0-alpha5.tar.gz
wget rdf-6.x-1.0-alpha5.tar.gz
tar  xvf rdf-6.x-1.0-alpha5.tar.gz
wget http://ftp.drupal.org/files/projects/sparql-6.x-1.0-alpha1.tar.gz
tar xvf sparql-6.x-1.0-alpha1.tar.gz
cd rdf
mkdir vendor
cd vendor/
wget http://arc.semsol.org/download/2009/02/12/arc.zip
unzip arc.zip
Personal tools