Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furqansoftware/bullet

Bullet is a fast and flexible application deploy tool built by Furqan Software.
https://github.com/furqansoftware/bullet

deployment devops go golang ssh

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Bullet

![](assets/bullet_128.png)

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

At [Furqan Software](https://furqansoftware.com/), Bullet helps us setup and deploy prototype applications with minimal effort.

## Getting Started

### Install from Source

``` sh
go install github.com/FurqanSoftware/bullet@latest
```

### Copy an Example App

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

### Set up a Server

``` sh
bullet -H {host} setup
```

### Deploy App to Server

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

### Scale Programs on Server

``` sh
bullet -H {host} scale web=1
```

## But, Kubernetes?

https://k8s.af/

## Acknowledgements

- [Nikita Golubev](http://www.flaticon.com/authors/nikita-golubev) - For the bullet icon