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: 14 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T13:28:36.000Z (over 6 years ago)
- Last Synced: 2024-08-02T06:13:01.526Z (9 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
[](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





## 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)