A data-centric web platform built on top of mongodb.
-> src - Source directory
--> greenlight - Meteor source for the website
---> client - client side
---> server - server side
---> public - public dependencies
--> third-party - third party libraries / dependencies
-> docs - documentation
To run the project, you'll need to have mongodb installed and you'll need to run meteorite / meteor. You'll also need node / npm installed.
For some custom packages, the application uses meteorite.
Instructions for installing meteorite are available from https://github.com/oortcloud/meteorite.
Long story short, do this -
npm install -g meteorite
Instructions for installing meteor are available from https://github.com/meteor/meteor
Long story short, do this -
curl https://install.meteor.com | /bin/sh
The project depends on a few meteorite packages, including pagination. Running the meteorite update will download and install these dependencies.
mrt update
In the src/greenlight directory, run the command "meteor". This will launch the server listening at http://localhost:3000
cd src
cd greenlight
meteor