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
ad53108d
Commit
ad53108d
authored
10 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
uprava napoved skriptu install.sh, uninstall.sh a update.sh
parent
7a40bc83
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/doc/README
+17
-16
17 additions, 16 deletions
src/warden-server/doc/README
with
17 additions
and
16 deletions
src/warden-server/doc/README
+
17
−
16
View file @
ad53108d
...
@@ -109,16 +109,17 @@ C. Installation
...
@@ -109,16 +109,17 @@ C. Installation
For more information about install.sh options run install.sh -h
For more information about install.sh options run install.sh -h
Usage: $ ./install.sh -d <directory> -k <ssl_key
_file
> -c <ssl_cert
_file
> -a <ssl_ca_
file
> -e <email_address> [-s <directory>] [-hV]
"
Usage: $ ./install.sh -d <directory> -k <ssl_key> -c <ssl_cert> -a <ssl_ca_
cert
> -e <email_address> [-s <directory>] [-hV]
-d <directory> installation directory
-d <directory>
Warden server
installation directory
-k <ssl_key
_file
>
SSL certificate key file path
-k <ssl_key>
path to SSL key
-c <ssl_cert
_file
> SSL certificate
file path
-c <ssl_cert>
path to
SSL certificate
-a <ssl_ca_
file
> CA certificate
file path
-a <ssl_ca_
cert
>
path to
CA certificate
-e <e-mail address> e-mail address to Warden server administrator
-e <e-mail address> e-mail address to Warden server administrator
-s <directory> directory f
or
symlinks to
Warden server
control scripts (optional)
-s <directory> directory
o
f symlinks to
system
control scripts (optional)
-h print this help
-h print this help
-V print script version number and exit
-V print script version number and exit
Example: $ ./install.sh -d /opt/warden-server
Example: $ ./install.sh -d /opt/warden-server
-k /etc/ssl/private/server.key
-k /etc/ssl/private/server.key
-c /etc/ssl/certs/server.pem
-c /etc/ssl/certs/server.pem
...
@@ -126,7 +127,7 @@ C. Installation
...
@@ -126,7 +127,7 @@ C. Installation
-e admin@domain.com
-e admin@domain.com
-s /usr/local/bin
-s /usr/local/bin
For more information about installation
process, see README file (section Installation)
.
For more information about
post-
installation
steps see UPDATE file
.
4. Configuration files
4. Configuration files
...
@@ -230,13 +231,13 @@ D. Update
...
@@ -230,13 +231,13 @@ D. Update
For more information about update.sh options run update.sh -h
For more information about update.sh options run update.sh -h
Usage:
$ ./
update.sh -d <directory> [-shV]
Usage: update.sh -d <directory> [-s
<directory>] [-
hV]
-d <directory>
destination directory
-d <directory>
Warden server to update
-s <directory> directory f
or
symlinks to
Warden server
control scripts (optional)
-s <directory> directory
o
f symlinks to
system
control scripts (optional)
-h print this help
-h print this help
-V print script version number and exit
-V print script version number and exit
Example: $ ./update.sh -d /opt/warden-server
Example: $ ./update.sh -d /opt/warden-server
-s /usr/local/bin
For more information about post-update steps see UPDATE file.
For more information about post-update steps see UPDATE file.
...
@@ -249,14 +250,14 @@ E. Uninstallation
...
@@ -249,14 +250,14 @@ E. Uninstallation
For more information about uninstall.sh options run uninstall.sh -h
For more information about uninstall.sh options run uninstall.sh -h
Usage: uninstall.sh -d <directory> [-s <directory>] [-hV]
Usage: uninstall.sh -d <directory> [-s <directory>] [-hV]
-d <directory>
uninstallation directory of
Warden server
-d <directory> Warden server
to uninstall
-s <directory> directory f
or
symlinks to
Warden server
control scripts (optional)
-s <directory> directory
o
f symlinks to
system
control scripts (optional)
-h print this help
-h print this help
-V print script version number and exit
-V print script version number and exit
Example: $ ./uninstall.sh -d /opt/warden-server -s /usr/local/bin
Example: $ ./uninstall.sh -d /opt/warden-server -s /usr/local/bin
For more information about uninstallation
process, see README file (section Uninstallation)
.
For more information about
post-
uninstallation
steps see UNINSTALL file
.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
...
...
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