Skip to content

Go-Docker-Hackathon/team-SCUT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchCI

Introduction

ArchCI is the continues integration service integrated with open source projects.

It's new and adopt lightweight container to run task. Thanks to docker ecosystem, we can use docker for resource isolation and kuberntes for scheduling tasks.

Worker: simple-worker, kubernetes-worker

Client: aci

Document: docs

Docker: docker-distribution

Usage

Currently you need to setup docker, postgresql and redis before running archci.

cd ArchCI/archci
go get
go build

It's written in go so you can run it at most platforms. We're providing an all-in-one docker image, which might minimize the effot to setup the continues integration service.

Development

Front-end

cd static
npm run watch
# Release
npm run lint
npm run build