-
Notifications
You must be signed in to change notification settings - Fork 13
Working with Submify
csaurav edited this page Mar 19, 2013
·
2 revisions
- 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
- Create a config/database.yml with your database settings.
- Create a config/initializers/secret_token.rb with your own token
- Redis is running
- memcached is running