I'm following the ide-integration development environment instructions, and
trying to start the super admin portal according to these instructions:
https://github.com/apache/airavata/tree/master/modules/ide-integration

However, the pga container crashes with the following error on MacOS
Catalina 10.15.6

Any ideas why `php artisan optimize` is throwing this error?

```
$> cd src/main/resources/pga
$> docker-compose up -d
$> docker logs -f pga_pga_1
...
Script php artisan optimize handling the post-install-cmd event returned
with error code 1
Do not run Composer as root/super user! See https://getcomposer.org/root
for details
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> php artisan clear-compiled
> php artisan optimize
Generating optimized class loader
Compiling common classes
Compiling views


  [ErrorException]

file_put_contents(/var/www/portals/default/app/storage/views/71093b3cc34a08455a6074e52a522f01):
failed to open stream: No such file or directory
```

Reply via email to