Created
November 8, 2011 11:05
-
-
Save jpadilla/1347499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Joses-MacBook-Air:~ jpadilla$ curl -L https://github.com/atmos/cinderella/raw/master/bootstrap.sh -o - | sh | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1233 100 1233 0 0 845 0 0:00:01 0:00:01 --:--:-- 9066 | |
Ensuring we have the latest version of cinderella installed | |
A first time install takes about 45 minutes on a modern machine | |
You need to upgrade rubygems to 1.7.2 | |
Password: | |
Cinderella installed successfully | |
[Tue, 08 Nov 2011 06:58:00 -0400] INFO: *** Chef 0.10.4 *** | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Setting the run_list to ["homebrew", "homebrew::misc", "mvim::cli", "ruby", "ruby::rbenv", "homebrew::dbs", "node", "python", "erlang"] from JSON | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Run List is [recipe[homebrew], recipe[homebrew::misc], recipe[mvim::cli], recipe[ruby], recipe[ruby::rbenv], recipe[homebrew::dbs], recipe[node], recipe[python], recipe[erlang]] | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Run List expands to [homebrew, homebrew::misc, mvim::cli, ruby, ruby::rbenv, homebrew::dbs, node, python, erlang] | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Starting Chef Run for Joses-MacBook-Air.local | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing directory[/Users/jpadilla/Developer] action create (homebrew::default line 14) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing directory[/Users/jpadilla/Developer/tmp] action create (homebrew::default line 18) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing directory[/Users/jpadilla/.cinderella] action create (homebrew::default line 22) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing execute[download homebrew installer] action run (homebrew::default line 26) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing script[cleaning legacy artifacts] action run (homebrew::default line 32) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: script[cleaning legacy artifacts] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-1b4k5fh-0") | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: script[cleaning legacy artifacts] ran successfully | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing template[/Users/jpadilla/.cinderella.profile] action create (homebrew::default line 44) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bash_profile] action run (homebrew::default line 53) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] sh(if [ -f ~/.bash_profile ]; then echo 'source ~/.cinderella.profile' >> ~/.bash_profile; fi) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] ran successfully | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bashrc] action run (homebrew::default line 53) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] sh(if [ -f ~/.bashrc ]; then echo 'source ~/.cinderella.profile' >> ~/.bashrc; fi) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] ran successfully | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.zshrc] action run (homebrew::default line 53) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] sh(if [ -f ~/.zshrc ]; then echo 'source ~/.cinderella.profile' >> ~/.zshrc; fi) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] ran successfully | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing execute[setup cinderella profile sourcing in ~/.profile] action run (homebrew::default line 59) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing homebrew[git] action install (homebrew::default line 64) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: homebrew[git] installed version 1.7.6.1 | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: Processing script[ensure the git remote is installed] action run (homebrew::default line 66) | |
[Tue, 08 Nov 2011 06:58:01 -0400] INFO: script[ensure the git remote is installed] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-mcsfd0-0") | |
[Tue, 08 Nov 2011 06:58:02 -0400] INFO: script[ensure the git remote is installed] ran successfully | |
[Tue, 08 Nov 2011 06:58:02 -0400] INFO: Processing script[updating homebrew from github] action run (homebrew::default line 80) | |
[Tue, 08 Nov 2011 06:58:02 -0400] INFO: script[updating homebrew from github] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-12q1wkv-0") | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: script[updating homebrew from github] ran successfully | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[nginx] action install (homebrew::default line 89) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[nginx] installed version 1.0.6 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[bash-completion] action install (homebrew::default line 90) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[bash-completion] installed version 1.3 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[tig] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[tig] installed version 0.18 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[ack] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[ack] installed version 1.96 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[coreutils] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[coreutils] installed version 8.12 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[imagemagick] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[imagemagick] installed version 6.7.1-1 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[sqlite] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[sqlite] installed version 3.7.7 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[wget] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[wget] installed version 1.13.4 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[fortune] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[fortune] installed version 9708 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[proctools] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[proctools] installed version 0.4pre1 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[markdown] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: homebrew[markdown] installed version 1.0.1 | |
[Tue, 08 Nov 2011 06:58:04 -0400] INFO: Processing homebrew[ctags-exuberant] action install (homebrew::misc line 12) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: homebrew[ctags-exuberant] installed version 5.8 | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing homebrew[tmux] action install (homebrew::misc line 15) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: homebrew[tmux] installed version 1.5 | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing template[/Users/jpadilla/.tmux.conf] action create (homebrew::misc line 16) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing template[/Users/jpadilla/Developer/bin/mvim] action create (mvim::cli line 6) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing template[/Users/jpadilla/.irbrc] action create (ruby::default line 6) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing template[/Users/jpadilla/.gemrc] action create (ruby::default line 10) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing template[/Users/jpadilla/.rdebugrc] action create (ruby::default line 14) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing script[installing rbenv to ~/Developer] action run (ruby::rbenv line 8) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: script[installing rbenv to ~/Developer] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-ns3da5-0") | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: script[installing rbenv to ~/Developer] ran successfully | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing script[installing ruby-build to ~/Developer] action run (ruby::rbenv line 18) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: script[installing ruby-build to ~/Developer] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-cqp3u3-0") | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: script[installing ruby-build to ~/Developer] ran successfully | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: Processing script[installing ruby-1.8.7-p352 to ~/Developer/.rbenv] action run (ruby::rbenv line 29) | |
[Tue, 08 Nov 2011 06:58:05 -0400] INFO: script[installing ruby-1.8.7-p352 to ~/Developer/.rbenv] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-1g3nqg-0") | |
[Tue, 08 Nov 2011 06:59:14 -0400] INFO: script[installing ruby-1.8.7-p352 to ~/Developer/.rbenv] ran successfully | |
[Tue, 08 Nov 2011 06:59:14 -0400] INFO: Processing script[ensuring a default ruby is set] action run (ruby::rbenv line 40) | |
[Tue, 08 Nov 2011 06:59:14 -0400] INFO: script[ensuring a default ruby is set] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-1lrrom2-0") | |
[Tue, 08 Nov 2011 06:59:14 -0400] INFO: script[ensuring a default ruby is set] ran successfully | |
[Tue, 08 Nov 2011 06:59:14 -0400] INFO: Processing script[installing basic gems] action run (ruby::rbenv line 55) | |
[Tue, 08 Nov 2011 06:59:14 -0400] INFO: script[installing basic gems] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-1xr4yre-0") | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: script[installing basic gems] ran successfully | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: Processing homebrew_db[redis] action install (homebrew::dbs line 11) | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: Configuring redis to automatically start on login | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: homebrew_db[redis] installed version 2.2.13 | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: Processing homebrew_db[mongodb] action install (homebrew::dbs line 12) | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: Configuring mongodb to automatically start on login | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: homebrew_db[mongodb] installed version 2.0.0-x86_64 | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: Processing homebrew_db[memcached] action install (homebrew::dbs line 13) | |
[Tue, 08 Nov 2011 06:59:26 -0400] INFO: Configuring memcached to automatically start on login | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: homebrew_db[memcached] installed version 1.4.7 | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: Processing homebrew_db[postgresql] action install (homebrew::dbs line 14) | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: Configuring postgresql to automatically start on login | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: homebrew_db[postgresql] installed version 9.0.4 | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: Processing homebrew_db[mysql] action install (homebrew::dbs line 15) | |
sh: /Users/jpadilla/Developer/bin/mysql_install_db: No such file or directory | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: Configuring mysql to automatically start on login | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: homebrew_db[mysql] installed version 5.5.14 | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: Processing template[/Users/jpadilla/.npmrc] action create (node::default line 15) | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: template[/Users/jpadilla/.npmrc] mode changed to 700 | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: template[/Users/jpadilla/.npmrc] updated content | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: Processing script[configuring nvm and node v0.4.11] action run (node::default line 23) | |
[Tue, 08 Nov 2011 06:59:27 -0400] INFO: script[configuring nvm and node v0.4.11] sh("bash" "/var/folders/17/ymtjl13s0nscsfzj0v3y6vn00000gn/T/chef-script20111108-1452-vwyn1q-0") | |
^[[B[Tue, 08 Nov 2011 07:03:11 -0400] INFO: script[configuring nvm and node v0.4.11] ran successfully | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: Processing homebrew[python] action install (python::default line 11) | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: homebrew[python] installed version 2.7.2 | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: Processing homebrew[erlang] action install (erlang::default line 8) | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: homebrew[erlang] installed version R14B03 | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: Chef Run complete in 310.162265 seconds | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: Running report handlers | |
[Tue, 08 Nov 2011 07:03:11 -0400] INFO: Report handlers complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment