CloudMan is a cloud infrastructure and application manager, primarily for Galaxy.
.. image:: https://github.com/galaxyproject/cloudman/actions/workflows/tests.yaml/badge.svg :target: https://github.com/galaxyproject/cloudman/actions/workflows/tests.yaml :alt: Github Build Status
.. image:: https://coveralls.io/repos/github/galaxyproject/cloudman/badge.svg?branch=master :target: https://coveralls.io/github/galaxyproject/cloudman?branch=master :alt: Test Coverage Report
CloudMan is intended to be installed via the CloudMan Helm chart
_.
.. code-block:: bash
git clone https://github.com/galaxyproject/cloudman.git
cd cloudman
pip install -r requirements.txt
python cloudman/manage.py migrate
gunicorn --log-level debug cloudman.wsgi
The CloudMan API will be available at http://127.0.0.1:8000/cloudman/api/v1/
To add the UI, see https://github.com/cloudve/cloudman-ui
To build a Docker image, run docker build -t galaxy/cloudman:latest .
Push it to Dockerhub with:
.. code-block:: bash
docker login
docker push galaxy/cloudman:latest
.. _CloudMan Helm chart
: https://github.com/cloudve/cloudman-helm