Do you guys have a chef script to install wordpress
Wanting to add wordpress to the server in my php app server
role.
Thanks!
~K
2 people watching.
-
New Issue
-
Conversation Started
A conversation has been started with the Peritor Scalarium staff to resolve this discussion.
-
Close the discussion Close the discussion
Private Permissions
This discussion is private. Only you and Peritor Scalarium support staff can see and reply to it.
Recent Discussions
| 08 May, 2013 12:07 PM | how to use AWS Elastic Load Balancer (ELB) instead of HAproxy | |
| 10 May, 2012 02:10 PM | PHP app server bootstrap hangs | |
| 14 Jan, 2011 06:04 PM | HAProxy Cookbook Questions | |
| 10 Jul, 2012 05:35 PM | wordpress uploads files to shared/wp-content/uploads but doesn't have permissions | |
| 16 Mar, 2011 10:16 PM | Suggesting Scalarium provide a community-maintained wiki of HOWTOs |
Support Staff 2 Posted by Jonathan Weiss on 11 May, 2012 12:12 PM
No, we don't have a sample config for that.
Creating one for a simple setup of one application server and one db-server is simple.
Things get very complicated if you need multiple application servers as wordpress puts a lot of state on the filesystem. So you would need NFS etc. A lot of pain :-(
For one instance though, install it manually, then copy the values out of the conifg and put them into a Chef template. You also need to have a repo / zip file somewhere with the wordpress sources in order to deploy it.
The process is very similar to magento, for which I have an example here: https://github.com/jweiss/magento-cookbooks