Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deployment
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
freva
Deployment
Merge requests
!28
Update docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update docs
add_manifest
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Martin Bergemann
requested to merge
add_manifest
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
28fc4969
1 commit,
2 years ago
2 files
+
63
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs/Installation.md
+
5
−
5
Options
@@ -43,23 +43,23 @@ We also recommend installing a command line based text editor like vim, nano, et
After installing the above listed packages via cygwin you can clone and install the freva-deployment:
```
bash
pip
install
(
--user
)
git+https://gitlab.dkrz.de/freva/deployment.git
pip
install
freva-deployment
--extra-index-url
https://gitlab.dkrz.de/api/v4/projects/1732/packages/pypi/simple
```
### Installation on \*nix systems or wsl.
If you're using Linux, OsX or a Windows subsystem for Linux (WSL) it should be
sufficient to issues the following commands:
```
bash
pip
install
(
--user
)
ansible
pip
install
(
--user
)
git+https://gitlab.dkrz.de/freva/deployment.git
pip
install
ansible
pip
install
freva-deployment
--extra-index-url
https://gitlab.dkrz.de/api/v4/projects/1732/packages/pypi/simple
```
This command installs ansible and all required python packages.
> **_Note:_** On *CentOS* python SELinux libraries need to be installed.
You will need to install libselinux for your CentOS version.
>
You will need to install libselinux for your CentOS version.
```
bash
python3
-m
pip
install
(
--user
)
libselinux-python3
python3
-m
pip
install
libselinux-python3
```
## Installing docker/podman and sudo access to the service servers
Since the services of MariaDB, Apache Solr and Apache httpd will be deployed on
Loading