On your server:
- mkdir -p ~/lib/
- cd ~/lib/
- git clone git://github.com/divineforest/chopper.git chopper
- vi ~/.profile Add source to the end of shell profile:
source ~/lib/chopper/aliases.sh
Now you can use aliases: 'l' to list files 'sc' to run rails production console 'tlog' to tail production log 'rst' to restart Passenger 'dj' to run DelayedJob through rake task