Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Last active September 23, 2017 14:16
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 MikeRogers0/5d3eceb38bae7b662476778f1d8d29cc to your computer and use it in GitHub Desktop.
Save MikeRogers0/5d3eceb38bae7b662476778f1d8d29cc to your computer and use it in GitHub Desktop.
Migrate from Pow to puma-dev
curl get.pow.cx/uninstall.sh | sh &&
brew install puma/puma/puma-dev &&
sudo puma-dev -setup &&
puma-dev -install &&
security add-trusted-cert -k login.keychain-db ~/Library/Application\ Support/io.puma.dev/cert.pem &&
mv ~/.pow/* ~/.puma-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment