onebree / slack-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-prototype

Dependencies

  • Ruby version 2.3.1
  • Redis (stable version)
  • Necessary gems via bundle install

Installing Redis

Run the following commands in order to install the latest stable version of Redis:

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
make install

Setup

Setup the local database:

$ rake db:setup

Running

Run rails s and visit localhost:3000/

About


Languages

Language:Ruby 68.1%Language:HTML 26.8%Language:JavaScript 2.3%Language:CoffeeScript 2.1%Language:CSS 0.6%