jaxx / galvanizer

Continuous integration server written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

galvanizer

Continuous integration server written in Rust

Prerequisites

galvanizer is built on top of several technologies which should be installed before continuing with installation:

Installation

  1. Clone repository: git clone https://github.com/jaxx/galvanizer.git
  2. cd galvanizer; cargo build --release. The binary will now be in ./target/release/galvanizer
  3. Open node.js console and install project dependencies: npm install
  4. Use gulp default task to compile public assets for website: gulp
  5. Start application: cargo run
  6. In your browser navigate to http://localhost:3000

About

Continuous integration server written in Rust


Languages

Language:Rust 40.7%Language:JavaScript 34.7%Language:HTML 15.4%Language:CSS 9.3%