Skip to content

Instantly share code, notes, and snippets.

@lusis
Created April 22, 2011 16:19
Show Gist options
  • Save lusis/936978 to your computer and use it in GitHub Desktop.
Save lusis/936978 to your computer and use it in GitHub Desktop.
wd-gemfile.md
git clone https://github.com/flogic/whiskey_disk.git
cd whiskey_disk
echo -e 'source "http://rubygems.org"\ngemspec' > Gemfile
bundle install
[] me@~/development/whiskey_disk$ bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7) 
Using whiskey_disk (0.6.22) from source at /home/jvincent/development/whiskey_disk 
Using bundler (1.0.10) 
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
[] me@~/development/whiskey_disk$ bin/wd -h
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- whiskey_disk/rake (LoadError)
	from <internal:lib/rubygems/custom_require>:29:in `require'
	from bin/wd:4:in `<main>'
[] me@~/development/whiskey_disk$ bundle exec bin/wd -h
Usage: wd setup|deploy [options]
    -t, --to=TARGET                  deployment target
    -p, --path=TARGET                configuration path
    -o, --only=DOMAIN                limit deployment to this domain
    -c, --check                      do a staleness check before deploying
    -d, --debug                      turn on debug mode (ssh -v and rake --trace)
        --version                    show current version
    -h, --help                       show this message
[] me@~/development/whiskey_disk$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment