Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.13 KB

File metadata and controls

24 lines (14 loc) · 1.13 KB

alchemiscale.org - root deployment

The root deployment is reachable by users at https://api.alchemiscale.org. It is also often referred to as prod currently, but other instances used for "production" work may also be deployed from this repo over time.

environment installation instructions for users

To use this deployed instance, first clone this repository, and switch to the currently-deployed tag:

$ git clone https://github.com/OpenFreeEnergy/alchemiscale.org-deployment.git
$ cd alchemiscale.org-deployment
$ git checkout 2024.11.21-0

Create a conda environment using, e.g. micromamba::

$ micromamba create -f deployments/root/conda-envs/alchemiscale-client.yml

Once installed, activate the environment::

$ micromamba activate alchemiscale-client

You may wish to install other packages into this environment, such as jupyterlab.

See the alchemiscale User Guide for further details on how to connect and interact with the deployment.