Skip to content

A continuous delivery open-source project to which I have contributed to as a member of team "Hawk" at R&D Solutions.

License

Notifications You must be signed in to change notification settings

birkoff88/hawkcd

 
 

Repository files navigation

HawkCD

Continuous Delivery Software

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

The HawkCD intends to be one stop solution for managing Continuous Delivery processes for the Enterprise. It enables and encourages collaboration between delivery team members including but not limited to Developers, QA, Ops and Release Managers.

###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 & server packages

./build1.sh build_all

###License

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

About

A continuous delivery open-source project to which I have contributed to as a member of team "Hawk" at R&D Solutions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 35.4%
  • JavaScript 27.0%
  • CSS 23.9%
  • HTML 12.2%
  • C# 1.0%
  • Shell 0.4%
  • Other 0.1%