Displaying Github new feeds of your organization.
gem faraday
| get-composer: | |
| cmd.run: | |
| - name: 'CURL=`which curl`; $CURL -sS https://getcomposer.org/installer | php' | |
| - unless: test -f /usr/local/bin/composer | |
| - cwd: /root/ | |
| install-composer: | |
| cmd.wait: | |
| - name: mv /root/composer.phar /usr/local/bin/composer | |
| - cwd: /root/ |
| #!/bin/bash | |
| # Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/ | |
| # Install stuff # | |
| ################# | |
| # Install development tools and some misc. necessary packages | |
| yum -y groupinstall "Development tools" | |
| yum -y install zlib-devel # gen'l reqs |