Skip to content

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

License

Notifications You must be signed in to change notification settings

FurqanSoftware/bullet

Repository files navigation

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