Commit aab1bdd11f143d192ee972d7a1a0fc0b0c9117f5
1 parent
eab1797e
Exists in
colab
and in
4 other branches
New version of gatekeeper installation script
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -10,7 +10,7 @@ before_script: |
| 10 | 10 | - chmod +x install.sh |
| 11 | 11 | - ./install.sh |
| 12 | 12 | - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml |
| 13 | - - wget https://gist.githubusercontent.com/rafamanzo/9859244/raw/d60ddc9d26dc46f5c722d2fa3a4ff6c14dc0ce99/install-gatekeeper.sh | |
| 13 | + - wget https://gist.githubusercontent.com/rafamanzo/9859244/raw/ddbbbb79bb57e7f1f8eb8bfaa82b70596b3eecd9/install-gatekeeper.sh | |
| 14 | 14 | - chmod +x install-gatekeeper.sh |
| 15 | 15 | - ./install-gatekeeper.sh |
| 16 | 16 | - bundle exec rails s -p 8081 -d | ... | ... |
README.rdoc
| ... | ... | @@ -60,7 +60,7 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. |
| 60 | 60 | You can find a script to install it on Ubuntu at https://gist.github.com/rafamanzo/6179925/91908b8f1fe291db0ae90a3b6998f5fbb1fa671a (if you're brave https://gist.github.com/rafamanzo/6179925/ shows a unstable script with JBoss instead of Tomcat) |
| 61 | 61 | |
| 62 | 62 | Kalibro Gatekeeper |
| 63 | - You can find a script to install it on any machine with Rails on https://gist.github.com/rafamanzo/9859244 | |
| 63 | + You can find a script to install it on any machine with Rails on https://gist.github.com/rafamanzo/9859244. After running this script, run ```unset BUNDLE_GEMFILE```. | |
| 64 | 64 | By default Mezuro will expect it to be running on port 8081 at localhost. |
| 65 | 65 | In order to run it as expected, run: ```rails s -p 8081```. |
| 66 | 66 | ... | ... |