Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ git clone https://github.com/ESGF/esgf-docker.git
cd esgf-docker
```

These changes have not yet been committed to `master`, so you will need to check out the development branch:

```sh
git checkout future-architecture
```

Then follow the deployment guide for your chosen deployment method:

Expand Down
5 changes: 5 additions & 0 deletions docs/deploy-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ configurations.

<!-- /TOC -->

## Prerequisites

The prerequisites for running the Ansible node with Docker containers are similar to the node requirements for the classic deployment of ESGF services (without the use of containers). Specifically, the assumed target host for deployment assumes a RHEL 7 or CentOS 7 deployment. Additionally, the playbook operator must have full host control with sudo / root access. You may want to familiarize yourself with additional requirements here https://esgf.github.io/esgf-ansible/requirements/requirements.html#system

## Running the playbook

Before attempting to run the playbook, make sure that you have
[installed Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).


Next, make a configuration directory - this can be anywhere on your machine that is **not** under
`esgf-docker`. You can also place this directory under version control if you wish - this can be very
useful for tracking changes to the configuration, or even triggering deployments automatically when
Expand Down