alt3 / cakebox

Framework agnostic virtual PHP Development Environment
128 stars 27 forks source link

cakebox application add error on linux Mint #77

Closed dereuromark closed 7 years ago

dereuromark commented 7 years ago

Usually

cakebox application add my-project.local 

works fine

but on linux mint and a fresh install I got

Shell command as root:`sudo mkdir /home/vagrant/Apps/releases.local 2>&1`
* Shelled command completed successfully
Shell command as root:`sudo chown vagrant:vagrant /home/vagrant/Apps/releases.local -R 2>&1`
* Shelled command completed successfully
Error installing application sources.

and

"@message":"Error installing application sources."

inside that log file.

bravo-kernel commented 7 years ago

Are you saying that you are running cakebox-console inside a Linux Mint and thus not inside cakebox?

dereuromark commented 7 years ago

No, I was only referring to the host system, as the cakebox running on a Ubuntu worked fine before. Of course those commands are running inside the VM (or wouldnt work at all).

bravo-kernel commented 7 years ago

could you post the full log so we can see what happens?

dereuromark commented 7 years ago

Closing for now.