Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 821 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 821 Bytes

Bullet

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

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

Getting Started

Install from Source

go install github.com/FurqanSoftware/bullet@latest

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

But, Kubernetes?

https://k8s.af/

Acknowledgements