Confirmed users
3,816
edits
| Line 6: | Line 6: | ||
#[http://nodejs.org/ Node.js] (Follow the instructions) | #[http://nodejs.org/ Node.js] (Follow the instructions) | ||
#[https://github.com/isaacs/npm Node package manager] (Follow the instructions) | #[https://github.com/isaacs/npm Node package manager] (Follow the instructions) | ||
#[https://github.com/mikeal/node.couchapp.js node-couchapp] (Execute the following command in the project folder) | #[https://github.com/mikeal/node.couchapp.js node-couchapp] (Execute the following command in the project folder - this ensures that couchapp is available to JS code in requires() statements) | ||
<blockquote><pre>$ npm install couchapp</pre> </blockquote> | <blockquote><pre>$ npm install couchapp</pre> </blockquote> | ||
# You also need to globally install couchapp so that you can use it on the command line: | |||
<blockquote<pre>$ npm install -g couchapp</pre> </blockquote> | |||
===How do I push a Sammy application to a Couchdb?=== | ===How do I push a Sammy application to a Couchdb?=== | ||