Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2015-06-22 07:56:07 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c2bb94b8e55d63891afdf2704e4d738c5d08f6e8
c2bb94b8
1 parent
0a3ec16f
Adding a README to describe how to install nodejs dependencies for the S3 sample. Fixes #18.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
samples/s3/README
samples/s3/README
0 → 100644
View file @
c2bb94b
This example requires some additionaly nodejs packages to be incuded in the zip
file that is uploaded to AWS.
To install these, first make sure you have nodejs installed locally. Then:
1. cd examplefolder
2. npm install async gm
This will create a node_modules directory under examplefolder and the required
nodejs packages will be included within that directory.
\ No newline at end of file
Please
register
or
login
to post a comment