Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Better local setup #156

Open
SOHELAHMED7 opened this issue Dec 16, 2023 · 0 comments
Open

Better local setup #156

SOHELAHMED7 opened this issue Dec 16, 2023 · 0 comments
Assignees

Comments

@SOHELAHMED7
Copy link
Contributor

In order to setting up this lib locally for development following CONTRIBUTING.md, I faced error

$ make migrate
docker-compose run --user=5886 --rm php sh -c 'mkdir -p "tests/tmp/app"'
Creating yii2-openapi_php_run ... done
mkdir: cannot create directory 'tests/tmp/app': Permission denied
ERROR: 1

Workaround for this is $ sudo chmod -R 777 tests/tmp/, but it is not the ideal solution.

Find out a way that does not require giving 777 permission to tests/tmp directory.

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

No branches or pull requests

2 participants