Skip to content
Snippets Groups Projects
Commit d71f7388 authored by Alvaro Graves's avatar Alvaro Graves
Browse files

fix install.sh

parent 8cacaf26
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,14 @@ slodps - Simple Linked Open Data Publishing System ...@@ -2,8 +2,14 @@ slodps - Simple Linked Open Data Publishing System
author: Alvaro Graves (alvaro@graves.cl) author: Alvaro Graves (alvaro@graves.cl)
version: 20110717 version: 20110717
Installation Simple Installation
------------ -------------------
* Download the source or clone the repository from http://github.com/alangrafu/slodps
* Inside slodps, run ./install.sh
Manual Installation
--------------------
* Download the source or clone the repository from http://github.com/alangrafu/slodps * Download the source or clone the repository from http://github.com/alangrafu/slodps
......
@prefix : <http://shai-hulud/testCMS/> . @prefix : <http://changeToYouOwnSite.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> . @prefix dcterms: <http://purl.org/dc/terms/> .
......
...@@ -20,10 +20,11 @@ if [ -e "$parent_htaccess" ] ...@@ -20,10 +20,11 @@ if [ -e "$parent_htaccess" ]
then then
echo ".htaccess file found in parent directory." echo ".htaccess file found in parent directory."
echo "Please remove it or add the content of $root_htaccess in it" echo "Please remove it or add the content of $root_htaccess in it"
exit(0) exit
fi fi
echo "Copying $root_htaccess as .htacess in parent directory" echo "WARNING: Copying $root_htaccess as .htacess in parent directory"
echo ""
cp $root_htaccess $parent_htaccess cp $root_htaccess $parent_htaccess
while [ "$everything_ok" != "y" ] while [ "$everything_ok" != "y" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment