From c75e93835946623d78f83a1bc709e276a0ff17dc Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 25 Oct 2015 22:14:51 -0700 Subject: [PATCH] add more gifs to basejump onboarding --- seed/challenges/basejumps.json | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/seed/challenges/basejumps.json b/seed/challenges/basejumps.json index 5b425e232ce..49e151918d7 100644 --- a/seed/challenges/basejumps.json +++ b/seed/challenges/basejumps.json @@ -32,49 +32,43 @@ "" ], [ - "", + "http://i.imgur.com/jkQX9SQ.gif", "A gif showing you how to prep your environmental variables in your .env file.", "Open your .env file and paste this into it, then save it:
GITHUB_KEY=
GITHUB_SECRET=
MONGO_URI=mongodb://localhost:27017/clementinejs
PORT=8080
APP_URL=http://localhost:8080/
", "" ], [ - "http://i.imgur.com/BH2qLhB.gif", + "http://i.imgur.com/f3DE7zB.gif", "A gif showing you how to open c9.io's preview window.", "Open up your application in a preview tab by clicking window > share > application > open.", "" ], [ - "http://i.imgur.com/EIiaiPg.gif", - "A gif showing you how to creat ea GitHub app using c9.io's preview URL.", + "http://i.imgur.com/Ip0qUdQ.gif", + "A gif showing you how to create a GitHub app using c9.io's preview URL.", "Create a GitHub app for authentication and choose an \"Application name\". For the homepage URL, paste the URL from your preview tab. You'll also paste the URL from your preview tab into \"Authorization callback URL\", then add to it: auth/github/callback", "https://github.com/settings/applications/new" ], [ - "http://i.imgur.com/drPlNaE.gif", + "http://i.imgur.com/qCUVRFb.gif", "A gif showing you how to transfer GitHub's key and secret over to your .env file, as well as your c9.io URL.", "GitHub will create an app and present you with a Client ID and a Client Secret. Set your .env file's GITHUB_KEY equal to the Client ID, and set your .env file's GITHUB_SECRET equal to the Client Secret. Copy the URL from the your preview tab and paste it into your .env file as your APP_URL.", "" ], [ - "http://i.imgur.com/VqCmJOh.gif", - "A gif showing you how to update the ajax-functions.js file with your c9.io preview URL.", - "Open app/common/ajax-functions.js and replace http://localhost:8080/ with the URL from your clipboard (the URL from your preview tab).", - "" - ], - [ - "http://i.imgur.com/bLXrt6P.gif", + "http://i.imgur.com/2a20Vah.gif", "A gif showing you how to start mongoDB in c9.io's terminal.", "In your terminal, start MongoDB by entering mongod --smallfiles", "" ], [ - "http://i.imgur.com/TNygDfF.gif", + "http://i.imgur.com/dC55pWk.gif", "A gif showing you how to open a new tab in c9.io's terminal.", "Open a new terminal tab with the + button above your terminal, then run npm install", "" ], [ - "http://i.imgur.com/NYk4VeS.gif", + "http://i.imgur.com/54OC2Ro.gif", "A gif showing you how to navigate to your preview tab and sign in to your new Clementine.js app.", "run node server.js to start the server. Refresh your preview tab. You should see the Clementine.js logo. Click \"sign in\" and accept GitHub's prompt to authorize the application.", ""