采用Ruby on Rails+Semantic-UI开发的音乐社交网络:Ting
jopen
9年前
采用Ruby on Rails+Semantic-UI开发的音乐社交网络项目。
示例:this link.
截图
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