mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 10:56:53 -05:00
Updated Dev Setup: General Information (markdown)
parent
3c9efd6373
commit
e112d11d86
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue