Skip to content

Commit

Permalink
Pause 4 Porno (closes play#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Nov 2, 2011
1 parent bc1c720 commit c26354a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,9 @@ read path
path=${path//\//\\/}

# GitHub setup
open "https://github.com/account/applications/new"
echo ""
echo " + You need to register your play instance on GitHub. "
echo ""
echo " We just opened up the OAuth management screen in your browser -"
echo " the URL is: https://github.com/account/applications/new"
echo ""
echo " Unless you're putting play on a different hostname, you likely will"
echo " want to use the following values:"
echo ""
Expand All @@ -74,6 +70,11 @@ echo ""
echo " Once you've registered a new application, you'll need to grab the"
echo " *client ID* and the *client secret*."
echo ""

echo " Press \"return\" to open a browser window and enter your OAuth details."
read
open "https://github.com/account/applications/new"

echo " + What's your GitHub client ID? › \c"
read client_id
echo " + What's your GitHub client secret? › \c"
Expand Down

0 comments on commit c26354a

Please sign in to comment.