Skip to content

How to set up the platform prototype

bodacea edited this page Apr 30, 2011 · 5 revisions

You will need:

  • A copy of the rails/Oliver code from this repository
  • Mongo installed on your server
  • Ruby
  • Rails

Mongo can be a bit of a pain on a mac. If you see this error "exception in initAndListen std::exception: dbpath (/data/db/) does not exist, terminating" when you type "mongod" in your terminal window, it's probably because you don't have a directory called /data/db. Try this:

  • mkdir /data
  • mkdir /data/db
  • sudo chown id -u /data/db

Clone this wiki locally