/bullet

Bullet is a fast and flexible application deploy tool built by Furqan Software.

Primary LanguageGoMIT LicenseMIT

Bullet

Bullet is a fast and flexible application deploy tool built by Furqan Software.

Complete documentation is available at https://bullettool.com/.

At Furqan Software, Bullet helps us setup and deploy prototype applications with little effort.

Getting Started

Install from Source

go get github.com/FurqanSoftware/bullet

Copy an Example App

cp -r $GOPATH/src/github.com/FurqanSoftware/examples/hello .

Set up a Server

bullet -H {host} setup

Deploy App to Server

make release
bullet -H {host} deploy hello.tar.gz

Scale Programs on Server

bullet -H {host} scale web=1

Acknowledgements