From 2f7e466220f2441590efe93c2df919b78bc1ebe6 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 6 Jun 2012 15:58:01 +0800 Subject: [PATCH] Update README with dev instructions. --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad22ee13..d63a81e8 100644 --- a/README.md +++ b/README.md @@ -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 ----------------