ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 27 forks source link

Incorrect env variable: symfony_tmp_dir #26

Closed raupie closed 6 years ago

raupie commented 6 years ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Version latest
Environment Linux

In ez engine container, environment variable SYMFONY_TMP_DIR has a typo. /tmp/ezplatormcache/var/cache/dev

I'm not sure if this is causing any issues with ez sf cache:clear by not emptying the cache folder.

I've been running bin/console inside the engine container to work around this.

Plopix commented 6 years ago

Hello @raupie, thank's for reporting that, What's the typo and the error you got?

raupie commented 6 years ago

No error when running. It's missing the 'f' in ezplatormcache in the docker-compose file. I was going crazy typing ezplatform and getting an error that the dir didn't exist.

- "SYMFONY_TMP_DIR=/tmp/ezplatormcache/" -> - "SYMFONY_TMP_DIR=/tmp/ezplatformcache/"