You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ MEAN is a framework for an easy starting point with [MongoDB](http://www.mongodb
12
12
**Node.js* - <ahref="http://nodejs.org/download/">Download</a> and Install Node.js, nodeschool has free <ahref=" http://nodeschool.io/#workshoppers">node tutorials</a> to get you started.
13
13
**MongoDB* - <ahref="http://www.mongodb.org/downloads">Download</a> and Install mongodb - <ahref="http://docs.mongodb.org/manual">Checkout their manual</a> if you're just starting.
14
14
15
+
If you're using ubuntu this is the preffered repository to use...
**Node.js* - <ahref="http://nodejs.org/download/">Download</a> and Install Node.js, nodeschool has free <ahref=" http://nodeschool.io/#workshoppers">node tutorials</a> to get you started.
26
27
**MongoDB* - Follow the great tutorial from the mongodb site - <ahref="http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows">"Install Mongodb On Windows"</a>
27
-
***Git* - Get git using a package manager or <ahref="http://git-scm.com/downloads">download</a> it.
28
+
**Git* - The easiest way to install git and then run the rest of the commands through the *git bash* application is by downloading and installing <ahref="http://git-scm.com/download/win">Git for Windows</a>
28
29
29
30
### OSX
31
+
**Node.js* - <ahref="http://nodejs.org/download/">Download</a> and Install Node.js or use the packages within brew or macports.
32
+
**MongoDB* - Follow the tutorial here - <ahref="http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/">Install mongodb on OSX</a>
33
+
**git* - Get git <ahref="http://git-scm.com/download/mac">from here</a>.
0 commit comments