inspect wp-stack for useful additions
Bug #1021983 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wordpress (Juju Charms Collection) |
Fix Released
|
Undecided
|
Marco Ceppi |
Bug Description
One of the wordpress developers put together this capistrano project for best deployment practices for wordpress, we should see if we can extract anything useful from it.
Related branches
lp://staging/~marcoceppi/charms/precise/wordpress/trunk
- Mark Mims (community): Approve
- charmers: Pending requested
- Benjamin Kerensa: Pending requested
-
Diff: 2597 lines (+2340/-56) (has conflicts)24 files modifiedREADME.md (+152/-0)
config.yaml (+26/-0)
copyright (+1/-1)
files/_debug/apc.php (+1364/-0)
files/_debug/info.php (+3/-0)
files/charm/nginx/etc_nginx_nginx.conf (+58/-0)
files/charm/nginx/etc_nginx_sites-enabled_loadbalancer (+51/-0)
files/charm/nginx/etc_nginx_sites-enabled_wordpress (+72/-0)
files/charm/php/php5-fpm_pool.d_www.conf (+41/-0)
files/charm/php/php5_conf.d_apc.ini (+13/-0)
hooks/config-changed (+54/-0)
hooks/db-relation-changed (+94/-46)
hooks/db-relation-departed (+5/-0)
hooks/install (+56/-1)
hooks/loadbalancer-relation-joined (+124/-0)
hooks/nfs-relation-changed (+28/-0)
hooks/nfs-relation-departed (+20/-0)
hooks/restart (+4/-0)
hooks/start (+3/-0)
hooks/stop (+5/-2)
hooks/upgrade-charm (+11/-0)
inc/common (+139/-0)
metadata.yaml (+12/-6)
revision (+4/-0)
Changed in wordpress (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in wordpress (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Awesome! I'll definitely extract some of this goodness