Opscode Chef cookbook for supercollider on Ubuntu.
- Ubuntu 12.04
- Include
supercollider
in your node'srun_list
:
{
"name":"my_node",
"run_list": [
"recipe[supercollider]"
]
}
- Cook your node with the runlist.
- Restart the node with GUI and AUDIO (otherwise staring scsynth will be fail).
- Login as 'supercollider' with password 'supercollider'.
MIT http://opensource.org/licenses/mit-license.php
Kenichi Kanai