Skip to content

Commit

Permalink
update readme to reflect new mailgun rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeters committed Feb 4, 2018
1 parent 1067cc6 commit 137abcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ MEAN app for creating collections of authenticated ORCID iDs
- [NodeJS 6.9.0 or higher](https://nodejs.org/en/)
- [NPM 3 or higher](https://www.npmjs.com/get-npm)
- [Angular CLI 1.0 or higher](https://github.com/angular/angular-cli)
- [Mailgun Private API Key](https://help.mailgun.com/hc/en-us/articles/203380100-Where-can-I-find-my-API-key-and-SMTP-credentials-)
- [Mailgun Public Validation Key](https://help.mailgun.com/hc/en-us/articles/203380100-Where-can-I-find-my-API-key-and-SMTP-credentials-)

### 1. Clone project

Expand All @@ -27,7 +29,7 @@ MEAN app for creating collections of authenticated ORCID iDs

Paths vary depending on your OS and installation method - see [MongoDB Manual](https://docs.mongodb.com/manual) for more info and alternate startup instructions.

### 5. Create database and user (first time only)
### 6. Create database and user (first time only)

use smid;
db.createUser({
Expand All @@ -36,11 +38,11 @@ Paths vary depending on your OS and installation method - see [MongoDB Manual](h
roles: ["readWrite"]
});

### 4. Start app
### 7. Start app

```npm start```

### 5. Open localhost [http://localhost:8080/](http://localhost:8080/)
### 8. Open localhost [http://localhost:8080/](http://localhost:8080/)

## Build and reload changes automatically during development

Expand Down
2 changes: 1 addition & 1 deletion local_modules/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ for (key in config)
if (process.env[key] != undefined)
config[key] = process.env[key];

console.log("config: ", config);
console.log("config: ", config);

0 comments on commit 137abcb

Please sign in to comment.