https://github.com/eaceto/gorever-poc
A go application always running, with auto-update and auto-restart
https://github.com/eaceto/gorever-poc
Last synced: 12 months ago
JSON representation
A go application always running, with auto-update and auto-restart
- Host: GitHub
- URL: https://github.com/eaceto/gorever-poc
- Owner: eaceto
- License: mit
- Created: 2015-12-19T12:32:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T14:47:56.000Z (over 10 years ago)
- Last Synced: 2025-06-15T11:59:55.657Z (about 1 year ago)
- Language: Go
- Homepage: http://www.ezequielaceto.com.ar
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorever (Proof of Concept)
## Dependencies
go get gopkg.in/alecthomas/kingpin.v2 github.com/Sirupsen/logrus github.com/inconshreveable/go-update
## Steps to run
### Generate executable file
go build
### Start an http server at port 8078 which will serve the executable file
http-server -p 8078
### Execute gorever
./gorever-poc