Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 714 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 714 Bytes

supercollider Cookbook

Opscode Chef cookbook for supercollider on Ubuntu.

Requirements

operating system

  • Ubuntu 12.04

cookbook

Usage

supercollider::default

  1. Include supercollider in your node's run_list:
{
  "name":"my_node",
  "run_list": [
    "recipe[supercollider]"
  ]
}
  1. Cook your node with the runlist.
  2. Restart the node with GUI and AUDIO (otherwise staring scsynth will be fail).
  3. Login as 'supercollider' with password 'supercollider'.

License

MIT http://opensource.org/licenses/mit-license.php

Author

Kenichi Kanai