Skip to content

jcarley/gorunner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorunner

gorunner is an attempt to create a continuous integration web server written in golang. As development occurs, I hope reusable code and interfaces develop since go is a relatively new language.

Installation instructions

$ cd $GOPATH/src
$ go get github.com/jakecoffman/gorunner
$ cd github.com/jakecoffman/gorunner
$ go run main.go

Or, you know, whatever works.

Screenshots

Jobs are the bucket of things, such as triggers and tasks, that tell the system when to execute and what to do. Jobs page

Tasks are editable in the browser. Jobs page

When a job executes, it creates a run which records the output of the tasks. Runs page

Technologies

  • Go (golang)
  • Javascript
    • Angularjs
    • Websockets

About

A Jenkins-like continuous integration server written in Go (Golang) and Angularjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 38.1%
  • CSS 28.2%
  • JavaScript 23.7%
  • Python 10.0%