Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

rndsolutions/hawkcd

Repository files navigation

HawkCD

Continuous Delivery Software

Join the chat at https://gitter.im/rndsolutions/hawkcd

HawkCD is an open source cross-platform application release automation server. It has been built with the Continuous Delivery practices and principles in mind to help agile software development teams orchestrate and automate their software Build, Test and Deploy workflows in the SDLC

###Setting up build enviroment

#git
sudo apt-get install git

#java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

#gradle
sudo add-apt-repository ppa:cwchien/gradle
sudo apt-get update
sudo apt-get install gradle

#nodejs
sudo apt-get install build-essential
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

#gulp & bower
sudo npm install gulp -g
sudo npm install bower -g

Build *.tar.gz - agent & HServer packages

./build1.sh build_all

###License

HawkCD is an open source project, sponsored by R&D Solutions Ltd. under the Apache License, Version 2.0.