Skip to content
/ GUS Public

Fork- and Update-Service for ADEQUATe Gitlab projects.

License

Notifications You must be signed in to change notification settings

ADEQUATeDQ/GUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUS - Gitlab Update Service

Fork- and Update-Service for ADEQUATe Gitlab projects.

Install

  1. (optional) create a virtual environment
  • $ virtualenv --system-site-packages gus
  • $ . gus/bin/activate
  1. install the service via pip
  • $ (gus) pip install git+git://github.com/ADEQUATeDQ/GUS.git

Run

  • $ (gus) gus --help
  • $ (gus) gus --gitlab http://data.adequate.at/ --port 5000
  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Docker

The service is also via Docker available

  • $ docker pull sebneu/gus
  • $ docker run --rm sebneu/gus --help
  • $ docker run -d -p 5000:5000 --name gus sebneu/gus

About

Fork- and Update-Service for ADEQUATe Gitlab projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages