Skip to content

Working with Submify

vysakh0 edited this page Mar 9, 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

Other files:

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