InstallationΒΆ

  1. Obtaining it from source:

    $ git clone git@github.com:otto-de/gatekeeper.git
    
  2. Installing from Source with virtual environment:

    $ ./setup.sh [OPTIONS]
    

    Options:

    --no-venv   Installs packages globally. May need root privileges
    
    --doc-deps  Inlcudes dependencies to build this documentation.
    
  3. Run tests:

    $ ./run-tests.sh