Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aufree/ting
A music social networking project written in Ruby on Rails and Semantic-UI
https://github.com/Aufree/ting
Last synced: 7 days ago
JSON representation
A music social networking project written in Ruby on Rails and Semantic-UI
- Host: GitHub
- URL: https://github.com/Aufree/ting
- Owner: Aufree
- Created: 2014-12-31T09:19:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T13:28:36.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T06:13:01.526Z (3 months ago)
- Language: HTML
- Homepage: http://tinger.herokuapp.com/
- Size: 1.92 MB
- Stars: 461
- Watchers: 46
- Forks: 128
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantic-ui - Ting - UI. (Examples)
- Open-Source-Ruby-and-Rails-Apps - ting - A music social networking project written in Ruby on Rails and Semantic-UI 🔥 ✅ (Happy Exploring 🤘)
- awesome-github-star - ting - UI | Aufree | 464 | (HTML)
README
# Ting
[![Build Status](https://travis-ci.org/Aufree/ting.svg?branch=master)](https://travis-ci.org/Aufree/ting)
Ting is a music social networking project written in Ruby on Rails and Semantic-UI.
You can check out the demo at [this link](http://tinger.herokuapp.com).
**You can ping me on [Twitter](https://twitter.com/_Paul_King_) or follow me on [Weibo](http://weibo.com/jinfali).**
## Screen Shots
![](http://ww1.sinaimg.cn/large/76dc7f1bgw1ent5zzgeyvj21kw11416d.jpg)
![](http://ww1.sinaimg.cn/large/76dc7f1bgw1ent5xvakuyj21kw114qce.jpg)
![](http://ww4.sinaimg.cn/large/76dc7f1bgw1ent5z2xqrnj21kw114n2c.jpg)
![](http://ww4.sinaimg.cn/large/76dc7f1bgw1ent60hhp39j21kw11443g.jpg)
![](http://ww1.sinaimg.cn/large/76dc7f1bgw1ent60ssvxgj21kw1147aa.jpg)
## 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:
* [www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT)