joeldg / bowhead

PHP trading bot framework
Apache License 2.0
801 stars 288 forks source link

The stream or file "/var/www/bowhead/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied #103

Open elvismdev opened 6 years ago

elvismdev commented 6 years ago

Followed the docker setup, right after adding the Coinigy API key and secret, when it moves to /setup2 it throws an UnexpectedValueException error.

selection_140

adpit commented 5 years ago

Try bash-4.3# cd /var/www/bowhead/storage bash-4.3# chmod -R 777 logs/ bash-4.3#