Metadata-Version: 2.1
Name: ignishpc
Version: 2.0.3.post1
Summary: IgnisHPC Deploy
Home-page: https://github.com/ignishpc/deploy
Author: cesarpomar
Author-email: cesaralfredo.pineiro@usc.es
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux 
License-File: LICENSE

.. image:: https://raw.githubusercontent.com/ignishpc/docs/main/logos/svg/ignis-hpc.svg
   :width: 256
   :alt: IgnisHPC logo

===============
IgnisHPC Deploy
===============

Documentation: `IgnisHPC docs <https://ignishpc.readthedocs.io>`_


-------
Install
-------

You can install IgnisHPC using pip::

 $ pip install ignishpc

External requirements
^^^^^^^^^^^^^^^^^^^^^

 - Docker: IgnisHPC is run inside containers, so docker must be installed.
 - Git (optional): The git binary is required for building IgnisHPC images from repositories.

Usage
^^^^^

List services status::

$ ignis-deploy status

List available services::

 $ ignis-deploy -h

List available service actions::

 $ ignis-deploy <service> -h

