README.md in fourchette-0.1.0 vs README.md in fourchette-0.1.1
- old
+ new
@@ -57,11 +57,11 @@
- `export FOURCHETTE_GITHUB_PROJECT="rainforestapp/fourchette"`
- `export FOURCHETTE_GITHUB_USERNAME="rainforestapp"`
- `export FOURCHETTE_GITHUB_PERSONAL_TOKEN='a token here...'` # You can create one here: https://github.com/settings/applications
- `export FOURCHETTE_HEROKU_API_KEY="API key here"`
- `export FOURCHETTE_HEROKU_APP_TO_FORK='the name of the app to fork from'`
-- `export FOURCHETTE_APP_URL="http://fourchette-app.herokuapp.com"`
+- `export FOURCHETTE_APP_URL="https://fourchette-app.herokuapp.com"`
- `export FOURCHETTE_HEROKU_APP_PREFIX="fourchette"` # This is basically to namespace your forks. In that example, they would be named "fourchette-pr-1234" where "1234" is the PR number. Beware, the name can't be more than 30 characters total! It will be changed to be lowercase only, so you should probably just use lowercase characters anyways.
**IMPORTANT**: the GitHub user needs to be an admin of the repo to be able to add, enable or disable the web hook used by Fourchette. You could create it by hand if you prefer.
### Enable your Fourchette instance
@@ -95,9 +95,13 @@
Adding `[qa skip]` to the title of your pull request will cause Fourchette to ignore the pull request. This is inspired by the `[ci skip]` directive that [various](http://docs.travis-ci.com/user/how-to-skip-a-build/) [ci tools](https://circleci.com/docs/skip-a-build) support.
## Async processing note
Fourchette uses [Sucker Punch](https://github.com/brandonhilkert/sucker_punch), "a single-process Ruby asynchronous processing library". No need for redis or extra processes. It also mean you can run it for free on Heroku, if this is what you want.
+
+## License
+
+See [here](LICENSE.txt)
## Contribute
- fork & clone
- `bundle install`