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.
- Host: GitHub
- URL: https://github.com/roxasshadow/memento
- Owner: RoxasShadow
- Created: 2014-02-05T15:12:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T18:45:42.000Z (over 12 years ago)
- Last Synced: 2025-02-08T02:45:24.553Z (over 1 year ago)
- Language: Ruby
- Homepage: http://memento.giovannicapuano.net
- Size: 426 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```