GitXplorerGitXplorer
d

chopper

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
88bbc427763bdb2ae089fc5cc94e24276c76ee7d

README fixed :)

ddivineforest committed 14 years ago
Unverified
fd8ae207034836230cf0413c61a649175bdae1a6

Added README text

ddivineforest committed 14 years ago
Unverified
5164640a4d975e32cbe80bace43d8b8a906eb8bb

Initial commit

ddivineforest committed 14 years ago

README

The README file for this repository.

On your server:

  1. mkdir -p ~/lib/
  2. cd ~/lib/
  3. git clone git://github.com/divineforest/chopper.git chopper
  4. 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