Wordpress charm needs to be fast out of the box.
Bug #929750 reported by
Jorge Castro
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juju Charms Collection |
Fix Released
|
Undecided
|
Marco Ceppi |
Bug Description
Right now the wordpress charm works and is deployable.
However it's not a showcase of what a charm can do. Read this:
http://
No one should have to go through that pain; we can do a bunch of this configuration in a charm, use nginx +fastcgi, etc.
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 charms: | |
assignee: | nobody → Marco Ceppi (marcoceppi) |
Changed in charms: | |
status: | New → In Progress |
Changed in charms: | |
status: | In Progress → Fix Committed |
Changed in charms: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.