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.
- Install meteor (https://www.meteor.com/)
curl https://install.meteor.com/ | sh
- Initialize all git submodules
git submodule update --init --recursive
- Update all git submodules
git submodule update --recursive
- Run fusic locally
meteor
Here is some good reading material: https://help.github.com/categories/63/articles
You can use meteorite to quickly add new meteor packages. Unfortunately it only runs on Windows.
- Install
sudo -H npm install -g meteorite
- Add a new package
mrt add <package name>
- Update all packages
mrt update
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs