-
Notifications
You must be signed in to change notification settings - Fork 53
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
"Permission denied" error while running fab vagrant highstate
#113
Comments
Nevermind, this is probably on our end... |
Hmm... I wouldn't be so sure. I think I've run into this error before, but had assumed it was my error. |
In this case the issue was that the log path I was using was inside the project directory. Since Vagrant uses your local code, my local log (from runserver) was showing up inside the vagrant box. Both local environments (vagrant and runserver) use the same settings, so I changed them to use /tmp/projectname.log as the logfile. This seems to have solved it. |
Just as I hit send, another one came in:
I can probably fix it, I'm not sure what the intended behavior is, here; use dev requirements for vagrant or production? |
The intended behavior is to use vagrant as a local version of a production environment not to be a replacement for the local runserver. |
#155 makes the change for Vagrant to use production-like settings and requirements. Closing this issue. |
The text was updated successfully, but these errors were encountered: