mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-18 18:47:49 -05:00
Updated Dev Setup: Linux (markdown)
parent
1dd70071eb
commit
26e24c595d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ On Linux, you'll need make, build-essential, ruby, curl and git installed (`sudo
|
|||
curl https://raw.githubusercontent.com/codecombat/codecombat/master/scripts/devSetup/bootstrap.sh | bash
|
||||
```
|
||||
NOTE: The repository will be in the coco subdirectory. You should not run a separate git clone, as that is taken care of.
|
||||
7. Ensure you have Python 2 installed with `sudo apt-get install python2`, or your distributional equivalent. Python 3.1 is also supported, but 3.2+ are not tested. If that is not working, it is also possible to install it directly from the [Ubuntu software center](http://i58.tinypic.com/15s7h5e.png)
|
||||
7. Ensure you have Python 2 installed with `sudo apt-get install python2`, or your distributional equivalent. Python 3.1 is also supported, but 3.2+ are not tested. If that is not working, it is also possible to install it directly from the [Ubuntu software center](http://oi58.tinypic.com/15s7h5e.jpg)
|
||||
8. Follow the on-screen prompts. The program will download and install all necessary dependencies. If nothing seems to be happening, try running `sudo python ./coco/scripts/devSetup/setup.py` or join the [HipChat](www.hipchat.com/g3plnOKqa) to fix things.
|
||||
9. Run the following commands in separate windows,following are python scripts,so make sure you have python IDE installed.
|
||||
* `./coco/bin/coco-mongodb` - Starts MongoDB
|
||||
|
|
Loading…
Reference in a new issue