Skip to content

Information #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ A starter pack for nodejs with bluemix deployment.
3. pick *SDK for Node.js*
4. pick any free *App name* and click *Create*
5. Click on the app and go to tab *Getting started*
6. (optional) Copy manifest.yml from *DOWNLOAD STARTER CODE* to the application directory
7. Complete steps 2-7 for deployment
8. if you copied `manifest.yml` you can just run `cf push` for redeployment
6. Download the Starter Code from Bluemix by clicking *DOWNLOAD STARTER CODE*
7. Unpack this starter code to a different location, and *only* copy the manifest.yml to your project directory
8. If you copied `manifest.yml` to your project directory, you can just run `cf push` for deployment. If you didn't copy over the manifest.yml, you'll have to tell `cf push <appnamehere>`

## Testing
Import `postman/Bluemix starter.postman_collection.json` collection and `postman/bluemix starter.postman_environment.json` environment.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "7"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
Expand Down