Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
6166fde8
Commit
6166fde8
authored
13 years ago
by
Alvaro Graves
Browse files
Options
Downloads
Patches
Plain Diff
Adding css dir to install script
also deleting metaxample
parent
f14b1641
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+9
-1
9 additions, 1 deletion
install.sh
metaexample
+0
-5
0 additions, 5 deletions
metaexample
with
9 additions
and
6 deletions
install.sh
+
9
−
1
View file @
6166fde8
#!/bin/bash
root_htaccess
=
"root.htaccess"
cssdir
=
"css"
parent_htaccess
=
"../.htaccess"
settings_file
=
"settings.inc.php"
...
...
@@ -17,6 +18,13 @@ ns=$basedir
endpoint
=
"http://localhost/sparql?"
everything_ok
=
"n"
if
[
-e
"
$cssdir
"
]
then
echo
".css directory found in parent directory."
echo
"Please remove it to continue the installation."
exit
fi
if
[
-e
"
$parent_htaccess
"
]
then
echo
".htaccess file found in parent directory."
...
...
@@ -24,7 +32,6 @@ then
exit
fi
while
[
"
$everything_ok
"
!=
"y"
]
do
echo
"==Basic Information=="
...
...
@@ -171,4 +178,5 @@ echo ""
cp
$root_htaccess
$parent_htaccess
echo
'RewriteRule ^(.+)$ '
$slodpsdir
'/index.php?q=$1 [L]'
>>
$parent_htaccess
cp
-rv
$cssdir
../
This diff is collapsed.
Click to expand it.
metaexample
deleted
100644 → 0
+
0
−
5
View file @
f14b1641
@prefix : <http://shai-hulud/testCMS/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
:alvaro.html foaf:primatyTopic :alvaro.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment