ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

SLCS env #681

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

The ESGF-SLCS component is now being deployed differently. The deployment is now properly utilizing the isolation features of conda and the independent server features of mod_wsgi-express. Now ESGF-SLCS is in its own conda environment, currently named slcs-env, although the name does not really matter. The mod_wsgi-express server is an httpd server that hosts to the localhost, currently port 8888, and is proxied via the primary httpd webserver.

This new deployment came with the addition of a tool for executing arbitrary commands in an arbitrary conda environment. This may be useful for seperating cog, the installer itself, and esg-publisher into their own environments.

This has been tested via a full install and a small amount of post install testing of SLCS itself.