Chassis / Chassis_XHGui

A Chassis extension to install and setup XHGui on your server
1 stars 2 forks source link

Not possible to install globally #39

Closed svandragt closed 4 years ago

svandragt commented 4 years ago

I like this extension, so I tried to install this extension globally:

cd ~/.chassis/extensions
git clone --recursive git@github.com:Chassis/chassis_xhgui.git
cd $PROJECT; vagrant provision

No dependencies like xhprof and mongodb are installed. When adding the extension to the content/config.yaml file everything is installed.

BronsonQuick commented 4 years ago

Thanks for the bug report @svandragt! I wasn't aware of this issue. I'd say this affects any global extensions that have dependencies so I've opened this issue upstream: https://github.com/Chassis/Chassis/issues/823 I'll close this out for now and hopefully find some time over the weekend to dig into that for you.