Skip to content

Commit

Permalink
Prepare for AWS deployment
Browse files Browse the repository at this point in the history
* Add "awsbox" to "depDependencies"
* Update express to 2.5.11 to be compatible with AWS' node/npm combo.
* Add .awsbox.json file.
  • Loading branch information
Shane Tomlinson committed Aug 28, 2012
1 parent 39d81e9 commit 81ee7e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .awsbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"processes": [ "./server/main.js" ]
}

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "myfavoritebeer",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"express": "2.5.8",
"express": "2.5.11",
"postprocess": "0.2.4",
"client-sessions" : "0.0.3",
"mongodb": "0.9.6-16"
},
"devDependencies": {
"awsbox": "*"
},
"scripts": {
"start": "node server/main.js"
}
Expand Down

0 comments on commit 81ee7e5

Please sign in to comment.