Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/furqansoftware/bullet
- Owner: FurqanSoftware
- License: mit
- Created: 2017-06-28T15:56:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T03:28:46.000Z (11 months ago)
- Last Synced: 2024-06-21T03:02:43.852Z (8 months ago)
- Topics: deployment, devops, go, golang, ssh
- Language: Go
- Size: 1.84 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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