-
Notifications
You must be signed in to change notification settings - Fork 11
How to start development
shimondoodkin edited this page Sep 14, 2010
·
19 revisions
you might want to read Intro to JavaScript – a summery of some of the more advanced techniques.
you might want to read http://help.github.com/remotes/
you might want to read How to start develop with node js on linux from windows
I suppose you have Linux and have node.js installed and git-core also installed and configured.
- Register to github, fork or spoon(humor) this repository.
- 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. - Run it: enter to directory
cd nodejs-mongodb-app
and execute./nodejs.sh
- Uploading it back to git hub:
http://help.github.com/forking/
http://help.github.com/msysgit-key-setup/