Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Memcache addon for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Nov 11, 2012
1 parent 287ddd3 commit fcb1fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -22,6 +22,7 @@ export HTTP_API_KEY=$(ruby -e "require 'securerandom'; puts SecureRandom.hex(20)
heroku config:add THEME=the-surf HTTP_API_KEY=$HTTP_API_KEY heroku config:add THEME=the-surf HTTP_API_KEY=$HTTP_API_KEY
git push heroku git push heroku
heroku run 'sequel -m db/migrate $DATABASE_URL' heroku run 'sequel -m db/migrate $DATABASE_URL'
heroku addons:add memcache:5mb
``` ```


Upload an article using a template like [the-surf-content](https://github.com/brandur/the-surf-content): Upload an article using a template like [the-surf-content](https://github.com/brandur/the-surf-content):
Expand Down

0 comments on commit fcb1fef

Please sign in to comment.