Skip to content

Instantly share code, notes, and snippets.

View arfl's full-sized avatar

Andreas Riemer arfl

  • 123fahrschule Holding GmbH
  • Köln/Germany
  • X @arfl
View GitHub Profile
@mindreframer
mindreframer / direnv-with-pow.md
Created July 10, 2014 17:45
Pow.io with support for Direnv

Installing Pow.io + support for direnv:

 - https://github.com/basecamp/pow/issues/73
 remove .envrc from ~/Library/Application Support/Pow/Versions/0.4.X/lib/rack_application.js

in your project

$ touch .powrc
$ echo 'eval "$(direnv export bash)”;’ > .powrc
$ chmod +x .powrc