Last active
July 5, 2017 15:39
-
-
Save zilkey/2cfc3598a49e49876c54 to your computer and use it in GitHub Desktop.
Bluemix Wordpress Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositories": [ | |
{ | |
"type": "vcs", | |
"url": "[email protected]:ibmjstart/wp-bluemix-sendgrid.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:ibmjstart/wp-bluemix-objectstorage.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:ibmjstart/wp-bluemix-config.git" | |
}, | |
{ | |
"type": "composer", | |
"url": "https://packages.zendframework.com/" | |
}, | |
{ | |
"type": "composer", | |
"url": "http://wpackagist.org" | |
} | |
], | |
"scripts": { | |
"pre-install-cmd" : [ | |
"curl https://api.github.com/rate_limit" | |
], | |
"post-install-cmd" : [ | |
"mv vendor/ibmjstart/wp-bluemix-config/mu-plugins htdocs/wp-content/mu-plugins", | |
"mv vendor/ibmjstart/wp-bluemix-config/.user.ini htdocs", | |
"mv vendor/ibmjstart/wp-bluemix-config/wp-config.php htdocs", | |
"mv vendor htdocs/vendor" | |
] | |
}, | |
"require": { | |
"ext-gd" : "*", | |
"johnpbloch/wordpress" : "*", | |
"ibmjstart/wp-bluemix-sendgrid" : "dev-master", | |
"ibmjstart/wp-bluemix-objectstorage" : "dev-master", | |
"ibmjstart/wp-bluemix-config" : "dev-master", | |
"wpackagist-plugin/stops-core-theme-and-plugin-updates": "*", | |
"wpackagist-plugin/sendgrid-email-delivery-simplified": "*", | |
"wpackagist-plugin/wp-super-cache" : "*", | |
"wpackagist-theme/twentyfourteen" : "*", | |
"wpackagist-theme/twentythirteen" : "*", | |
"wpackagist-theme/twentytwelve" : "*" | |
}, | |
"extra": { | |
"wordpress-install-dir": "htdocs", | |
"installer-paths": { | |
"htdocs/wp-content/plugins/{$name}/" : ["type:wordpress-plugin"], | |
"htdocs/wp-content/themes/{$name}/" : ["type:wordpress-theme"] | |
} | |
}, | |
"minimum-stability" : "dev", | |
"prefer-stable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment