Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 945 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 945 Bytes

Introduction

Redmoi means Red = read, moi = me in french, so it can mean readme in a sortof twisted way.

Redmoi is a bookmark system, which is able to fetch the URL, and extract the important text and save it.

Redmoi designed to be an archive tool for collecting internet resources, will not only focus on html resources but also on other media. (ex. PDF...)

Requirements

  • Ruby 1.9.x
  • Rails 3.2.x
  • Bundler

Get started

Install gems and setup database

bundle install
rake db:migrate
rake db:seed # <-- creates default admin account, initialize settings

Add sample data (Optional)

rake db:sample

Allow Gmail mailing service (Optional)

export GMAIL_SMTP_USER=[YOUR GMAIL ADDRESS]
export GMAIL_SMTP_PASSWORD=[YOUR GMAIL PASSWORD]

Start

rails s

License