mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-11-10 17:14:23 +08:00
Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
cmd | ||
internal | ||
version | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
main.go | ||
Makefile | ||
README.md |
bashhub-server
Private BashHub server
Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run brew install go
.
Running it then should be as simple as:
$ make
$ ./bin/bashhub-server
Testing
make test