Skip to content

How to start development

shimondoodkin edited this page Sep 14, 2010 · 19 revisions

new to JavaScript?

you might want to read Intro to JavaScript – a summery of some of the more advanced techniques.

new to git and git hub?

you might want to read http://help.github.com/remotes/

new to linux and node.js?

you might want to read How to start develop with node js on linux from windows

installing a development copy of the application

I suppose you have Linux and have node.js installed and git-core also installed and configured.

  1. Register to github, fork or spoon(humor) this repository.
  2. Clone this repository with git to a folder of your choice.
    git clone git://github.com/shimondoodkin/nodejs-mongodb-app.git – replace the address with yours see it on the top of the page in your cloned repository.
  3. Run it: enter to directory cd nodejs-mongodb-app and execute ./nodejs.sh
  4. Uploading it back to git hub:
    http://help.github.com/forking/
    http://help.github.com/msysgit-key-setup/