diff options
| author | Teddy Wing | 2015-12-31 01:14:13 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-31 01:14:13 -0800 |
| commit | 51b79d389c694441deff4489be474fd87dddcaf9 (patch) | |
| tree | ca875b9d82152771734873549c0fffb1ba5ba00d | |
| parent | 1d619bf30b4f0dd3493e420286741c563aed679d (diff) | |
| download | Evernote-Rails-Example-51b79d389c694441deff4489be474fd87dddcaf9.tar.bz2 | |
README: Change run instructions to use make task
Use `make run` instead of `rails server` to take advantage of the
automatic sourcing of environment variables that the task provides.
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -23,10 +23,13 @@ Edit the `.env` file and fill in your API keys. ## Running -Start the server as usual with `rails server`. The index page at -`http://localhost:3000` will display a link that can be used to authenticate -with Evernote. At the moment, going through the OAuth process just writes the -resulting auth hash to the server log. +Start the server with + + $ make run + +The index page at `http://localhost:3000` will display a link that can be used +to authenticate with Evernote. At the moment, going through the OAuth process +just writes the resulting auth hash to the server log. The hard-coded access token and NoteStore URL in `NotesController` can be filled in with appropriate values to access an authorized user's notes. Those notes can |
