Skip to content

Instantly share code, notes, and snippets.

@mindreframer
Created July 10, 2014 17:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mindreframer/28d8808be492f8254b61 to your computer and use it in GitHub Desktop.
Save mindreframer/28d8808be492f8254b61 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment