mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-15 10:13:58 +02:00
Update Chef links
This commit is contained in:
@@ -49,8 +49,8 @@ just deploy your app but can build your whole server environment or virtual boxe
|
|||||||
#### Chef resources for PHP developers:
|
#### Chef resources for PHP developers:
|
||||||
|
|
||||||
* [Three part blog series about deploying a LAMP application with Chef, Vagrant, and EC2][chef_vagrant_and_ec2]
|
* [Three part blog series about deploying a LAMP application with Chef, Vagrant, and EC2][chef_vagrant_and_ec2]
|
||||||
* [Chef Cookbook which installs and configures PHP 5.3 and the PEAR package management system][Chef_cookbook]
|
* [Chef Cookbook which installs and configures PHP and the PEAR package management system][Chef_cookbook]
|
||||||
* [Chef video tutorial series][Chef_tutorial] by Opscode, the makers of chef
|
* [Chef video tutorial series][Chef_tutorial]
|
||||||
|
|
||||||
#### Further reading:
|
#### Further reading:
|
||||||
|
|
||||||
@@ -82,10 +82,10 @@ PHP.
|
|||||||
[Apache Ant]: http://ant.apache.org/
|
[Apache Ant]: http://ant.apache.org/
|
||||||
[Capistrano]: https://github.com/capistrano/capistrano/wiki
|
[Capistrano]: https://github.com/capistrano/capistrano/wiki
|
||||||
[phpdeploy_capistrano]: http://www.davegardner.me.uk/blog/2012/02/13/php-deployment-with-capistrano/
|
[phpdeploy_capistrano]: http://www.davegardner.me.uk/blog/2012/02/13/php-deployment-with-capistrano/
|
||||||
[Chef]: http://www.opscode.com/chef/
|
[Chef]: https://www.chef.io/
|
||||||
[chef_vagrant_and_ec2]: http://www.jasongrimes.org/2012/06/managing-lamp-environments-with-chef-vagrant-and-ec2-1-of-3/
|
[chef_vagrant_and_ec2]: http://www.jasongrimes.org/2012/06/managing-lamp-environments-with-chef-vagrant-and-ec2-1-of-3/
|
||||||
[Chef_cookbook]: https://github.com/opscode-cookbooks/php
|
[Chef_cookbook]: https://github.com/chef-cookbooks/php
|
||||||
[Chef_tutorial]: https://www.youtube.com/playlist?list=PLrmstJpucjzWKt1eWLv88ZFY4R1jW8amR
|
[Chef_tutorial]: https://www.youtube.com/playlist?list=PL11cZfNdwNyPnZA9D1MbVqldGuOWqbumZ
|
||||||
[apache_ant_tutorial]: http://net.tutsplus.com/tutorials/other/automate-your-projects-with-apache-ant/
|
[apache_ant_tutorial]: http://net.tutsplus.com/tutorials/other/automate-your-projects-with-apache-ant/
|
||||||
[Travis CI]: https://travis-ci.org/
|
[Travis CI]: https://travis-ci.org/
|
||||||
[Jenkins]: http://jenkins-ci.org/
|
[Jenkins]: http://jenkins-ci.org/
|
||||||
|
@@ -30,7 +30,7 @@ document controls everything that is installed on the virtual machine.
|
|||||||
|
|
||||||
[Vagrant]: http://vagrantup.com/
|
[Vagrant]: http://vagrantup.com/
|
||||||
[Puppet]: http://www.puppetlabs.com/
|
[Puppet]: http://www.puppetlabs.com/
|
||||||
[Chef]: http://www.opscode.com/
|
[Chef]: https://www.chef.io/
|
||||||
[Rove]: http://rove.io/
|
[Rove]: http://rove.io/
|
||||||
[Puphpet]: https://puphpet.com/
|
[Puphpet]: https://puphpet.com/
|
||||||
[Protobox]: http://getprotobox.com/
|
[Protobox]: http://getprotobox.com/
|
||||||
|
Reference in New Issue
Block a user