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
3fb33814
Commit
3fb33814
authored
12 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
soubor INSTALL pro warden-server-2.1
parent
07d8a83f
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/INSTALL
+30
-27
30 additions, 27 deletions
src/warden-server/doc/INSTALL
with
30 additions
and
27 deletions
src/warden-server/doc/INSTALL
+
30
−
27
View file @
3fb33814
Installation process
====================
Overview
--------
Content
A. Overview
B. Pre-installation step
C. Installation step
D. Post-installation steps
--------------------------------------------------------------------------------
A. Overview
-----------
For installation of warden-server package on local machine use install.sh.
...
...
@@ -13,26 +22,37 @@ For more information about install.sh options run install.sh -h.
You must be root for running this script.
Post
-installation step
s
-----------------------
B. Pre
-installation step
-----------------------
-
1) Install necessary packages
# aptitude install apache2 mysql-server libapache2-mod-perl2 apache2-mpm-prefork libcrypt-x509-perl libmime-base64-perl
2) Enable of mod_ssl module
C. Installation step
--------------------
1) Install Warden server package
# ./warden-server-2.1/install.sh -d /opt -k /etc/ssl/private/server.key -c /etc/ssl/certs/server.pem -a /etc/ssl/certs/bundle.pem
D. Post-installation steps
--------------------------
1) Enable of mod_ssl module
# an2enmod ssl
3
) Apache server configuration
2
) Apache server configuration
a) VirtualHost section configuration
- include parameters from the Warden server configuration file (<warden-server_path>/etc/warden-apache.conf)
# vim /etc/apache2/sites-enables/default
# vim /etc/apache2/sites-enables/default
(-ssl)
<VirtualHost *:443>
...
...
...
@@ -62,7 +82,7 @@ Post-installation steps
KeepAlive Off
4
) MySQL database configuration
3
) MySQL database configuration
a) Create new user acount (optional)
...
...
@@ -71,28 +91,11 @@ Post-installation steps
$ mysql -u <user> -h localhost -p <password> < {warden-server_path}/doc/warden.mysql
5
) Warden server configuration
4
) Warden server configuration
- configure warden-server.conf, warden-client.conf and warden-apache.conf placed in <warden-server_path>/etc directory
6
) Restart of Apache server
5
) Restart of Apache server
# /etc/init.d/apache2 restart
Uninstallation process
======================
Overview
--------
For uninstallation of warden-server package from local machine use uninstall.sh.
Default uninstallation directory is /opt/warden-server/.
For more information about uninstall.sh options run uninstall.sh -h.
You must be root for running this script.
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