Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vicious circle when building the environment #26

Open
pgrzego opened this issue Jan 20, 2021 · 2 comments
Open

Vicious circle when building the environment #26

pgrzego opened this issue Jan 20, 2021 · 2 comments

Comments

@pgrzego
Copy link

pgrzego commented Jan 20, 2021

According to the readme:

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...

@hgraca
Copy link
Owner

hgraca commented Feb 14, 2021

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.

Tkx for letting me know.

@ziwot
Copy link

ziwot commented Jul 24, 2023

maybe nix is a path to explore, with https://github.com/loophp/nix-shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants