Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Pavel Valach
Warden
Commits
9d3deb11
Commit
9d3deb11
authored
12 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
odstranena zmena certifikatu v warden-apache.conf, zmena ukazatele na soubor INSTALL
parent
400af104
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/warden-server/sh/install.sh
+2
-7
2 additions, 7 deletions
src/warden-server/sh/install.sh
with
2 additions
and
7 deletions
src/warden-server/sh/install.sh
+
2
−
7
View file @
9d3deb11
...
@@ -292,9 +292,6 @@ changeServerPath()
...
@@ -292,9 +292,6 @@ changeServerPath()
perl
-pi
-e
"s#/opt#
${
prefix
}
#"
${
bin
}
/
$file
perl
-pi
-e
"s#/opt#
${
prefix
}
#"
${
bin
}
/
$file
done
done
echo
"- update server path:
$apache_conf
"
perl
-pi
-e
"s#/opt#
${
prefix
}
#"
$apache_conf
echo
"- update server path:
${
lib
}
/Warden.pm"
echo
"- update server path:
${
lib
}
/Warden.pm"
perl
-pi
-e
"s#/opt#
${
prefix
}
#"
${
lib
}
/Warden.pm
perl
-pi
-e
"s#/opt#
${
prefix
}
#"
${
lib
}
/Warden.pm
...
@@ -355,6 +352,7 @@ server_conf="${etc}/warden-server.conf"
...
@@ -355,6 +352,7 @@ server_conf="${etc}/warden-server.conf"
apache_conf
=
"
${
etc
}
/warden-apache.conf"
apache_conf
=
"
${
etc
}
/warden-apache.conf"
var
=
"
${
server_path
}
/var"
var
=
"
${
server_path
}
/var"
lib
=
"
${
server_path
}
/lib"
lib
=
"
${
server_path
}
/lib"
doc
=
"
${
server_path
}
/doc"
err
=
"/tmp/warden-err"
err
=
"/tmp/warden-err"
# check if warden-server is installed
# check if warden-server is installed
...
@@ -387,9 +385,6 @@ make_apache_conf
...
@@ -387,9 +385,6 @@ make_apache_conf
#update paths in utilities
#update paths in utilities
changeServerPath
changeServerPath
#update paths in apachefile
updateCertsPath
# crate symlinks from warden server bin directory to /usr/local/bin
# crate symlinks from warden server bin directory to /usr/local/bin
create_symlinks
create_symlinks
...
@@ -402,7 +397,7 @@ echo "Warden server directory: $server_path"
...
@@ -402,7 +397,7 @@ echo "Warden server directory: $server_path"
echo
echo
echo
"Installation of
$package_version
package was SUCCESSFUL!!!"
echo
"Installation of
$package_version
package was SUCCESSFUL!!!"
echo
echo
echo
"Please follow post-installation steps in
${
dirname
}
/
doc/INSTALL!"
echo
"Please follow post-installation steps in
${
doc
}
/INSTALL!"
# cleanup section
# cleanup section
rm
-rf
$err
rm
-rf
$err
...
...
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