Skip to content

Commit

Permalink
Update README with dev instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 6, 2012
1 parent bfae345 commit 2f7e466
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,29 @@ To test out stuff in development:
# Alias your 'vh' to use it everywhere
$ alias vh="`pwd -LP`/bin/vh"

# Try out the test environment!
### Doing test deploys

Try out the test environment:

$ cd test_env
$ vh deploy --simulate
$ vh deploy

# There's an rspec task for it too
$ rspec -t ssh

### Gem management

# To release the gem:
# Install the Git changelog helper: https://gist.github.com/2880525
$ vim lib/van_helsing/version.rb
$ git clog -w
$ vim HISTORY.md
$ rake release

$ rake build # Builds the gem file
$ rake install # Installs the gem locally

Acknowledgements
----------------

Expand Down

0 comments on commit 2f7e466

Please sign in to comment.