diff --git a/README.rst b/README.rst index ce6e349..dda064e 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,23 @@ SLURM account usage (Sausage) API ================================= This project implements a Falcon API service to display CPU / GPU consumption per account in a Slurm cluster. The service queries the elastic instance created by the jobcomp/elasticsearch plugin provided by SchedMD. Setting up Sausage API ---------------------- git clone ssh://git@c4science.ch/source/sausage-api.git cd sausage-api edit the files sausage-api.cfg and sausage-api.json python3 setup.py + + +Releasing a new version +----------------------- + +Update files `setup.py` and `rhel7-sausage-api.spec`.