Skip to content
Snippets Groups Projects
Commit 4fe08c8b authored by alangrafu's avatar alangrafu
Browse files

Change on install script

Created symlinks to default.*.rdf so we have a unified query/view for
each format (although it still can be modified, but is a bad practice)
parent cf007bcb
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,15 @@ echo "WARNING: Copying $root_htaccess as .htacess in parent directory"
echo ""
cp $root_htaccess $parent_htaccess
#Creating symlinks for turtle and ntriples
cd views
ln -s default.view.rdf default.view.nt
ln -s default.view.rdf default.view.ttl
cd ../models
ln -s default.model.rdf default.model.nt
ln -s default.model.rdf default.model.ttl
cd ..
mkdir cache
echo ""
......
DESCRIBE %u
DESCRIBE %u
{{r}}
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