The ESGF Installer is a command line tool for installing the ESGF Software Stack.
The software stack is comprised of: Tomcat, Thredds, CDAT & CDMS, PostgreSQL, MyProxy, and several ESGF.org custom software applications running on a LINUX (RedHat/CentOS) operating system.
The custom ESGF software includes:
- ESGF-dashboard
- ESGF-publisher
- ESGF-node-manager
- ESGF-stats-api
- ESGF-search
- ESGF-idp
- ESGF-orp
- ESGF-security
- ESGF-SLCS-server
- Clone this repo using
git clone https://github.com/ESGF/esgf-installer.git
- Install Miniconda by running the
install_conda.sh
script - Activate the
esgf-pub
conda environment usingsource /usr/loca/conda/bin/activate esgf-pub
- Run an installation by invoking the
esg_node.py
script.
Example:python esg_node.py --install --type data
More detailed installation instructions can be found on the wiki
Please open an issue for support. Please follow the Issue Tracking Guidelines when opening a new issue.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.