Skip to content

Commit

Permalink
additional minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed Oct 24, 2015
1 parent 70b7383 commit e521cdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bower install
touch .env
```

Edit your `.env` file with the following API keys accordingly. If you only use email login, only the `MONGOHQ_URL`, `SESSION_SECRET`, `MANDRILL_USER` and `MANDRILL_PASSWORD` fields are necessary. Keep in mind if you want to use more services you'll have to get your own API keys for those services. If you only use a subset or no OAuth2 authentication methods, you have to remove them from ```server/passport-providers.js``` otherwise the server will complain of missing clientID at launch.
Edit your `.env` file with the following API keys accordingly. If you only use email login, only the `MONGOHQ_URL`, `SESSION_SECRET`, `MANDRILL_USER` and `MANDRILL_PASSWORD` fields are necessary. Keep in mind if you want to use more services you'll have to get your own API keys for those services. If you only use a subset or no OAuth2 authentication methods, you may want to remove them from ```server/passport-providers.js``` - otherwise the server will complain about missing clientIDs at launch.

```
MONGOHQ_URL='mongodb://localhost:27017/freecodecamp'
Expand Down Expand Up @@ -123,9 +123,8 @@ npm run first-time
gulp
```
Now navigate to your browser and open http://localhost:3001
Congradulations! You did it!
If the app loads, congratulations - you're all set. Otherwise, let us know by opening a GitHub issue and with your error.

Note that you may need to run gulp before ```node seed/``` one time to create ```server/rev-manifest.json``` (on which the seeding scripts also depend).

License
-------
Expand Down

0 comments on commit e521cdb

Please sign in to comment.