Last active
September 23, 2017 14:16
-
-
Save MikeRogers0/5d3eceb38bae7b662476778f1d8d29cc to your computer and use it in GitHub Desktop.
Migrate from Pow to puma-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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