This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Joshua Sierles (author)
Sat Jun 13 18:00:08 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | Fri May 29 19:24:36 -0700 2009 | |
| |
Rakefile | Fri May 29 17:35:00 -0700 2009 | |
| |
config/ | Fri May 29 19:23:27 -0700 2009 | |
| |
cookbooks/ | Sat Jun 13 18:00:08 -0700 2009 | |
| |
scripts/ | Fri May 29 19:23:27 -0700 2009 |
README
Here you'll find a set of scripts and Chef recipes for setting up Asterisk on Ubuntu on EC2. We're assuming you have setup your local EC2 command line tools or use the AWS Console. 1. Start an instance of Ubuntu 9.04 (Jaunty) ec2-run-instances.... 2. Login as root and check out this repo (or fork your own and use that) # apt-get update # apt-get install git-core # git clone git://github.com/jsierles/asterisk-chef.git 3. Run a script to setup Chef # cd asterisk-chef # scripts/ec2_chef.sh 4. Install the chef recipes # rake install 5. Run the example Chef config file to see Chef in action # chef-solo -j config/example.json 6. Edit example.json to your tastes and re-run #5 to see results







