Updated Dev Setup: General Information (markdown)

Scott Erickson 2016-03-17 12:50:58 -07:00
parent 3c9efd6373
commit e112d11d86

@ -12,7 +12,7 @@ Our installation guides are split into per-OS guides which will give you step-by
This is the general overview for what you need in order to set up the development environment. For more specific instructions with recommended paths to success, see the installation guides listed above. This is the general overview for what you need in order to set up the development environment. For more specific instructions with recommended paths to success, see the installation guides listed above.
1. Install [MongoDB](https://www.mongodb.org/downloads#production), [Node.js Stable version](https://nodejs.org/en/download/), [Git](https://desktop.github.com/), and [Python 2.7](https://www.python.org/download/releases/2.7/) 1. Install [MongoDB](https://www.mongodb.org/downloads#production), [Node.js **Stable** version](https://nodejs.org/en/download/), [Git](https://desktop.github.com/), and [Python 2.7](https://www.python.org/download/releases/2.7/)
1. `git clone` this repository. 1. `git clone` this repository.
1. `npm install` in the repository's root directory. 1. `npm install` in the repository's root directory.
1. Start MongoDB and import the [database dump](#database) 1. Start MongoDB and import the [database dump](#database)