https://github.com/philnash/collabify
https://github.com/philnash/collabify
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philnash/collabify
- Owner: philnash
- Created: 2012-05-04T15:10:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T00:44:59.000Z (almost 12 years ago)
- Last Synced: 2025-03-27T17:47:06.619Z (6 months ago)
- Language: CSS
- Size: 1.99 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collabify #
... you'll see
## Running the server ##
First, bundle the server gems:
cd server
bundle install --binstubs --path vendor/bundleWe require you use Pow as your webserver due to hard-coded links in the client app. From the server directory:
powder install # if Pow is not already installed
powder link
powder open # opens http://server.dev in the browser## Running the client ##
You will need developer credentials applied to your Spotify account. To do so, login with you Spotify details here: https://developer.spotify.com/login/
Once you have a developer account, you will then need a development build of Spotify. We are currently using Spotify version 0.8.3.xxx
After all that, you are ready to launch the app.
First, copy the `client` directory to `~/Spotify/collabify`
mkdir ~/Spotify
cp -r client ~/Spotify/collabifyThen open the app in Spotify. To do this, search for `spotify:app:colabify`
## TODO ##
* Write a bootstrap script for all of the above
* Prevent duplicate playlists being made
* Sort out polling the server from the client
* Figure out if we are making the best use of Redis