Last active
August 29, 2015 14:00
-
-
Save tmilewski/11407741 to your computer and use it in GitHub Desktop.
HTTPS with POW
This file contains 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
# Install stud | |
brew install https://raw.github.com/paulnicholson/homebrew/master/Library/Formula/stud.rb | |
# Download and install the powssl script | |
curl https://gist.githubusercontent.com/paulnicholson/2050941/raw/3ea59efe8c7e9013c265313045a9fdda5c653963/powssl > ~/bin/powssl | |
chmod +x ~/bin/powssl | |
# Add ~/bin to your PATH | |
export PATH="$HOME/bin:$PATH" | |
# Run powssl to create development certificate and configure stud. | |
powssl | |
# Launch the app | |
open https://app.dev/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment