installing XHGui via Ansible
I'm still using Ansible to provision Vagrant VMs. This is how I added the XHGui profiler to my standard setup. Theres a number steps we need to do: Install Composer Install the uprofiler PHP extension Install XHGui Set up for profiling Set up host for XHGui website Install Composer Installing Composer requires these tasks: – name: Install Composer shell: curl -sS https://getcomposer.org/installer | php — –install-dir=/usr/local/bin creates=/usr/local/bin/composer – name: Rename composer.phar to composer shell: mv… continue reading.