Skip to content

everystone/turbine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turbine

A minimalistic build server

Usage

./turbine -p 666

Api

Todo

logging, write to file or /var/log/messages.
log cpu, memory and bandwidth usage for each running service?
support rest api for stop/start/status for each service.

Config

[
    {
        "name": "turbine",
        "build": "cd hook && go build",
        "run": "cd hook && ./turbine",
        "time": 0
    }
]

About

A minimalistic build server written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published