forked from HabitRPG/habitica
-
Notifications
You must be signed in to change notification settings - Fork 0
Running Locally
Tyler Renelle edited this page Jul 13, 2013
·
18 revisions
Note: If you're installing the upgrade branch (challenges-and-0.5
), follow these instructions.
To run HabitRPG on your own:
- Install Node.js (use 0.8.x. – 0.10.x doesn't work) & MongoDB
git clone --recursive -b develop https://github.com/lefnire/habitrpg.git
cd habitrpg && npm install
-
cp config.json.example config.json
(you may chose to edit config.json with your own values, but you should get by with the defaults) node server.js
- Open
http://localhost:3000
in your browser (not IE!)
If you get the EMFILE
error, see this workaround
On Windows 7:
Do all of the above, but make sure to run MongoDB before step 5.