Categorygithub.com/FurqanSoftware/bullet
repositorypackage
0.12.0
Repository: https://github.com/furqansoftware/bullet.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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