Skip to content

Simple & Opinionated build server built around the concept of the pipeline.

Notifications You must be signed in to change notification settings

rackerlabs/pipeline

Repository files navigation

Pipeline

Simple and opinionated build server designed to work with our version of a CICD process.

Why?

We looked at what was available and tried a few out. Unfortunately, none of the existing projects had the right combination of features and realiability.

Technologies

  • NodeJS
  • HTML5 Boilerplate
  • AngularJS
  • Karma
  • UI-Bootstrap
  • Font-Awesome
  • lodash
  • ExpressJS
  • Socket.io
  • MongoDB

Setting Up the Application

Install NodeJS, MongoDB, and Git

Installing project depdencies.

  • git clone git@github.com:christophercantu/pipeline.git
  • npm install
  • bower install

Running the application

The application can be run with front-end code only or also run the server code. To run both the front-end, start mongodb and server code, use the following command:

  • grunt server

About

Simple & Opinionated build server built around the concept of the pipeline.

Resources

Stars

Watchers

Forks

Packages

No packages published