Closed dsun29 closed 6 years ago
Closing this as it's a duplicate to #133. Not sure why we aren't experiencing this on our own builds, perhaps because the /vendor folder already exists.
Could you try running
cd engine && composer install && cd ..
rm engine/settings.php
docker-compose up install
^^ you will need to https://getcomposer.org/ locally for this
I went to minds/vendor/minds and git clone mw3, then tried following commands and the error is gone. Thank you Mark!
cd engine && composer install && cd .. docker-compose up install
Hi guys,
I am trying to install MINDS to my local CentOS7 box. I get error as shown below when running "sudo docker-compose up installer". The git command IS in both my PATH and root's PATH as I can run successfully git clone ... and sudo git clone. So what do you think the cause can be?
My another question is regarding "Do not run Composer as root/super user!". Does this mean I should not run "docker-compose up installer" as root ? Anyways, the output is the same whether I run it as root or not.