Skip to content

Instantly share code, notes, and snippets.

@speric
Last active December 8, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save speric/3b921af1e587f5e953c2d5eb95296295 to your computer and use it in GitHub Desktop.
Save speric/3b921af1e587f5e953c2d5eb95296295 to your computer and use it in GitHub Desktop.
Use .test domain locally with pow

You'll need to reinstall pow after updating the POW_DOMAINS env var (see http://pow.cx/manual#section_3.1 for more details).

echo "export POW_DOMAINS=test,local" > ~/.powconfig
curl get.pow.cx | sh

Now you should be able to access your local apps (that are being server by pow) at the .test domain.

See also: basecamp/pow#547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment