Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

sylvainmetayer/rails-blog

Repository files navigation

tp-note-rails

## Setup

  • bundle install
  • rails db:migrate (or rails db:create if you haven't created your db)
  • rails db:seed
  • rails s

Requirements

  • imagemagick (sudo apt-get install imagemagick)