biox / readit

shitty rails reddit clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

  • Ruby version
  • Written in 2.2.6 - probably works fine with 2.3.x
  • System dependencies
  • RoR 5
  • Configuration
  • Nothing special, just using a sqlite3 database. Any backend should work (mysql/postgres/etc)
  • Database creation
  • TODO
  • Database initialization
  • TODO
  • How to run the test suite
  • rails test
  • Services (job queues, cache servers, search engines, etc.)
  • rails s (that's literally it)
  • Deployment instructions
  1. install sqlite3
  2. git clone this repo
  3. install ruby 2.2.6 and run gem install rails
  4. bundle install
  5. rails s
  • ...

About

shitty rails reddit clone


Languages

Language:Ruby 73.9%Language:HTML 16.6%Language:CSS 5.6%Language:JavaScript 2.6%Language:CoffeeScript 1.4%