Shut down foreman-tasks:
service foreman-tasks stop
Open the rails console:
foreman-rake console
| #!/bin/bash | |
| # ssh-multi | |
| # D.Kovalov | |
| # Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html | |
| # a script to ssh multiple servers over multiple tmux panes | |
| starttmux() { | |
| if [ -z "$HOSTS" ]; then |
Shut down foreman-tasks:
service foreman-tasks stop
Open the rails console:
foreman-rake console