Giter Site home page Giter Site logo

hwacha-archived's Introduction

What is hwacha?

Hwacha is a dockerized gocd server to evaluate gocd or run it in prodcution.

About go cd

Go is a open source continuous Integration and Release Management system from thoughtworks. If you haven't used gocd before, head to their community documentation for a quick intro.

Requirements

  • Hwacha is based on docker so you'll need docker.
  • Fig if you would like to use fig to bring the containers using fig.

Running

Clone hwacha into your dev workspace or server:

git clone https://[email protected]/kunday/hwacha.git

You can now bring up go server and one agent using:

fig up

To increase the number of agents, run

fig scale agent=4

You should be able to access go server running at

http://localhost:8153/go

If you are running using a vm, use the ip address of that host.

Structure

The project is structured into 3 dockerized containers base(common packages for agent and server), server(the go server) and client(the go agent container).

Building

Build the base container inside the base folder:

cd base && make

Build the go server container inside the server folder:

cd server && make

Build the go agent container inside the client folder:

cd client && make

You should now have 3 different containers when you run docker images

kunday/go-base:latest
kunday/go-server:latest
kunday/go-agent:latest

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

hwacha-archived's People

Contributors

kunday avatar kunday-personal avatar

Watchers

James Cloos avatar

Forkers

ryanlfoster

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.