Installation options

This application can be installed via standard setuptools, for more information read Python docs - Installing Python Module. Check the Requirements before installation.

PyPi

You can use pip tool to install the package repocribro from PyPi:

$ pip install repocribro

setup.py

Or download the repository from GitHub and run:

$ python3 setup.py install

Check installation

After the successful installation you should be able to run:

$ repocribro --version
repocribro v0.1

Become an admin

After first start you should login into web app via GitHub and then you can use assign-role command to become an admin.

$ repocribro assign-role --login MarekSuchanek --role admin
Loaded extensions: core
Role admin not in DB... adding
Role admin added to MarekSuchanek