Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.34 KB

README.rst

File metadata and controls

65 lines (38 loc) · 1.34 KB

travis codecov pyup py3

Giraumon

Giraumon is an anagram for Mirounga

Tools for Mirounga Hosting

Installation

pip install giraumon

or

git clone https://github.com/mgasystem/giraumon
cd giraumon
python setup.py install

Or in developper mode (Use virtualenv)

git clone https://github.com/mgasystem/giraumon
cd giraumon
python setup.py develop

Configuration

Nothing to configure yet

Utilisation

In your repository application, use this command to initialize the files for deployment

giraumon init .

If no git found, you can creat one with -f,--force argument

giraumon init --force .