You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the following commands to prepare the project locally:
$ composer install
$ make box-build-prd
$ make dep_analyzer-install
But I want to get the Docker up before doing composer install as I may have a different version of PHP (or none at all) on my local machine. But I won't be able to get the Docker up, as I need to create the SQL data file first (with the make box-build-prd command). And I need libraries ready to do so, so I need composer install first...
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late reply.
It was a long time ago but i think i fixed it in the dev branch and never got to merge it, although there's a lot more stuff there now.
In any case i need to do some experiments, and i will take a look at it in the coming days/weeks.
According to the readme:
But I want to get the Docker up before doing
composer install
as I may have a different version of PHP (or none at all) on my local machine. But I won't be able to get the Docker up, as I need to create the SQL data file first (with themake box-build-prd
command). And I need libraries ready to do so, so I needcomposer install
first...The text was updated successfully, but these errors were encountered: