Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 653 Bytes

Memento

Just a website where bookmark interesting links and read your RSS feeds.

Memento is currently running at http://memento.giovannicapuano.net.

A video is also available on YouTube.

Put the world in production

First of all, configure correctly config/database.yml and config/initializers/recaptcha.rb.

$ bundle install --deployment --without development test
$ bundle exec rake db:setup RAILS_ENV=production
$ bundle exec rake assets:precompile RAILS_ENV=production
$ rails  server --environment=production