We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Better local setup cebe#156
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.
$ sudo chmod -R 777 tests/tmp/
Find out a way that does not require giving 777 permission to tests/tmp directory.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From Better local setup cebe#156
In order to setting up this lib locally for development following CONTRIBUTING.md, I faced error
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.
The text was updated successfully, but these errors were encountered: