Skip to content

pepf/fusic-meteor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with Rayman/fusic-meteor:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fusic-meteor Project Status: Suspended - Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.

Fusic: Realtime Social Music Collaboration

The development version runs on http://fusic.meteor.com/

If you have good idea's or want to report a bug, please create a new issue on github.

If you have any modifications or additions, please send a pull request.

Installation

  1. Install meteor (https://www.meteor.com/) curl https://install.meteor.com/ | sh
  2. Initialize all git submodules git submodule update --init --recursive
  3. Update all git submodules git submodule update --recursive
  4. Run fusic locally meteor

Collaborating

Here is some good reading material: https://help.github.com/categories/63/articles

Meteorite (Optional)

You can use meteorite to quickly add new meteor packages. Unfortunately it only runs on Windows.

  1. Install sudo -H npm install -g meteorite
  2. Add a new package mrt add <package name>
  3. Update all packages mrt update

Install a more recent nodejs installation (Optional)

sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

About

Fusic: Realtime Social Music Collaboration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • HTML 30.7%
  • CSS 7.7%