README.md in instapusher-0.1.3 vs README.md in instapusher-0.1.4

- old
+ new

@@ -1,21 +1,21 @@ # Instapusher -Makes it easy to push to heroku. +Makes it easy to push an application to heroku. -## Installation +### Installation gem install instapusher ## Setting up account * Login at instapusher.com . * Execute `instapusher --api-key` on local machine . -## Usage +### Usage -In order to deploy your code first make sure that you are in the branch that you want to deploy. +In order to deploy your code first make sure that you are in the branch that you want to deploy. Then execute this command. ``` instapusher ``` @@ -35,48 +35,18 @@ ``` sh heroku run rake jobs:work --app my-awesome-app-42-add-devise-authentication-ip ``` -## Setup Instapusher server +### How to setup webhook -You can provide the env variable `LOCAL` like: +![pic](https://api.monosnap.com/image/download?id=RAcyMFB5XbHbycsptMZnanTLN3L2oi) - instapusher --local +### Deleting old instances -To enable debug messages do +Heroku allows only 100 instances. Once 100 applications have been created by instapusher account then heroku does not create any new application and instapusher starts failing. - instapusher --debug +In order to delete old instances visit the project project and then "More" > "Reached limit". -Pass host info like this - - INSTAPUSHER_HOST=instapusher.com instapusher - -Also there are other env variables like `INSTAPUSHER_PROJECT` and `INSTAPUSHER_BRANCH`. - - INSTAPUSHER_HOST=instapusher.com INSTAPUSHER_PROJECT=rails INSTAPUSHER_BRANCH=master instapusher - -ALSO you can pass your `api_key` - - API_KEY=xxxx instapusher - -## What problem it solves - -Here at BigBinary we create a separate branch for each feature we work -on. Let's say that I am working on `authentication with facebook`. -When I am done with the feature then I send pull request to my team -members to review. However in order to review the work all the team -members need to pull down the branch and fire up `rails server` and then -review. - -We like to see things working. So we developed `instapusher` to push a -feature branch to heroku instantly with one command. Executing -`instapusher` prints a url and we put that url in the pull request so -that team members can actually test the feature. - -## Here is how it works - -A video is coming up. - -## License +### License `instapusher` is released under MIT License.