Skip to content

Working with Submify

csaurav edited this page Mar 19, 2013 · 2 revisions

After cloning the submify project in your local machine.

Development:

Dependencies:

  • Install memcached. For ubuntu machines: sudo apt-get install memcached
  • Install dependencies for nokogiri. For ubuntu machine: sudo apt-get install libxml2-dev libxslt1-dev
  • Install redis , Installation instructions can be found here: http://redis.io/topics/quickstart

Other files:

  • Create a config/database.yml with your database settings.
  • Create a config/initializers/secret_token.rb with your own token

Before starting the server, ensure that:

  1. Redis is running
  2. memcached is running