我提前为我糟糕的英语道歉,但我对heroku本地开发有问题。我为php和apache安装了HEROKU CLI和heroku buildpack,但是当我尝试lounch heroku本地时我有这个错误:
15:11:56 web.1 | Starting php-fpm...
15:11:56 web.1 | touch: /tmp/heroku.php-fpm.8080.log: Permission denied
15:11:56 web.1 | touch: /tmp/heroku.php-fpm.www.8080.log: Permission denied
15:11:56 web.1 | touch: /tmp/heroku.php-fpm.8080.www.slowlog: Permission denied
15:11:56 web.1 | touch: /tmp/heroku.apache2_error.8080.log: Permission denied
15:11:56 web.1 | touch: /tmp/heroku.apache2_access.8080.log: Permission denied
15:11:56 web.1 | [04-Sep-2016 15:11:56] ERROR: failed to open error_log (/tmp/heroku.php-fpm.8080.log): Permission denied (13)
15:11:56 web.1 | [04-Sep-2016 15:11:56] ERROR: failed to post process the configuration
15:11:56 web.1 | [04-Sep-2016 15:11:56] ERROR: FPM initialization failed

我该如何解决问题?
由于