Skip to content

Instantly share code, notes, and snippets.

@jebberjeb
Last active December 22, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jebberjeb/6505264 to your computer and use it in GitHub Desktop.
Save jebberjeb/6505264 to your computer and use it in GitHub Desktop.
notes

START CR3

  • Start/Stop of all (7) CR3 Servies:

    • confusion (vagrant & rackup)
    • randr
    • rnr_ui w/ tunnel
    • portal w/ tunnel
  • Also layout w/in console

  • Uses:

    • bash
    • tmux
    • ngrok
    • ssh (just me)

WHY TMUX?

  • useful low-bandwidth, disconnected (collab) work
  • highly scriptable (had to learn this)
  • stopping ps is easy

BUILT

  • Bash shell script, starts services in tmux panes
  • Became more declarative - almost clojure maps => bash/tmux
  • https://github.com/aziz/tmuxinator (abstracts tmux scripting & bash)

MISSING

  • Dashboard w/ git versions, status, etc
  • Optional git pull & update (command line flag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment