An open API service indexing awesome lists of open source software.

https://github.com/roxasshadow/memento

Just a website built with Rails where bookmark interesting links and read your RSS feeds.
https://github.com/roxasshadow/memento

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

*Memento* is currently running at [http://memento.giovannicapuano.net](http://memento.giovannicapuano.net).

A video is also available on [YouTube](https://www.youtube.com/watch?v=7AxFSrwa2Lc).

Put the world in production
---------------------------
First of all, configure correctly `config/database.yml` and `config/initializers/recaptcha.rb`.

```sh
$ 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
```