Dot-files and utilities
Compatible with:
- CentOS / Red Hat
- Cygwin
- Debian / Ubuntu
- Git Bash
- OSX
(All of the following scripts will prompt before overwriting)
To bootstrap:
bin/bootstrap.shTo bootstrap w/ additional packages:
EXTENDED_BOOTSTRAP=true bin/bootstrap.sh
(Requires docker)
Building an image:
docker/build.shStarting a container (it will be removed on exit):
docker/start.shStopping a running container:
docker/stop.shConnecting to a shell session:
docker/shell.shViewing the log(s):
docker/logs.shTail[ing] the log(s):
docker/tail.sh