OpenDevelopmentMekong / odm-deployment

Repository containing ansible/vagrant scripts for reproducing ODM's development/testing environment.
http://opendevelopmentmekong.net
1 stars 0 forks source link

Install composer and install wpckan dependencies during provisioning #22

Closed acorbi closed 9 years ago

acorbi commented 9 years ago

Composer is needed to install dependencies for the wpckan plugin and needs to be installed along with other stuff. After installing, run composer install to install dependencies. https://getcomposer.org/download/

acorbi commented 9 years ago

wpckan ships with dependencies already, therefore we do not need to run composer for installing depencencies.