Skip to content

Commit

Permalink
Added additional notes for using node server in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haahmad committed Jul 17, 2012
1 parent 73a2abc commit abf8f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fileTransfer/README.md
Expand Up @@ -24,8 +24,9 @@ Sample applications that demonstrate how to use the blackberry.io and blackberry

## Troubleshooting

1. Configure upload server - install and configure node and npm, inside the root directory of your node server, run the following command
1. Configure upload server - install and configure node and npm, inside the root directory of your node server, create a folder named uploads then run the following command
```$npm install express@2.5.9```
The node server listens on port 8080 by default, this can be changed in the app.js file

2. When uploading, URL is being blocked access by the whitelist - Update the whitelisted IP in config.xml for the upload server.

Expand Down

0 comments on commit abf8f05

Please sign in to comment.