-
git (read-only): git://github.com/DanielBaird/RPG-Notepad.git
-
website: rpgnotepad.com
-
Robert Pyke
-
Daniel Baird
RPG Notepad is built using the express web application framework (expressjs.com). Express is a web development package for NodeJS (nodejs.org)
To install RPG Notepad, do the following:
-
Go to www.mongodb.org/downloads and download and install the mongodb distribution for your OS
-
Start the mongod binary (
mongod
) -
Go to nodejs.org/#download, and follow the instructions to install nodejs
-
Download and extract the the zip for this repository github.com/DanielBaird/RPG-Notepad/zipball/master
-
At the command-line, move into the
code/rpgnotepad_express
folder -
Install the dependencies using
npm
(node package manager) via the following command:npm install -d
-
Assuming you succesfully installed all the dependencies and started the mongo server, start the application:
node app.js
-
The application should now be running on port 3000 (localhost:3000)