youngshook / ting

A music social networking project written in Ruby on Rails and Semantic-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Ting Build Status

Ting is a music social networking project written in Ruby on Rails and Semantic-UI.

You can check out the demo at this link.

##Screen Shots

##Requirements

Ruby 2.0.0 +
Memcached 1.4 +
ImageMagick 6.8 +

##Installation

$ git clone git://github.com/Aufree/ting.git
$ cd ting

###Linux(Ubuntu)

$ sudo apt-get update
$ sudo apt-get install memcached imagemagick

###Mac OS

$ brew install memcached && brew install imagemagick

##Run

$ bundle install
$ rake db:migrate
# ensure that memcached has started up
$ rails s

##Testing

$ rake test

##License

Copyright (c) 2015 Paul King


Released under the MIT license:

About

A music social networking project written in Ruby on Rails and Semantic-UI


Languages

Language:Ruby 61.5%Language:JavaScript 25.5%Language:CoffeeScript 8.4%Language:CSS 4.6%