Skip to content
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

Setup misses config options for Redis/Memcache #63

Closed
philicious opened this issue Apr 13, 2016 · 1 comment
Closed

Setup misses config options for Redis/Memcache #63

philicious opened this issue Apr 13, 2016 · 1 comment

Comments

@philicious
Copy link

The setup script https://github.com/dreamfactorysoftware/dreamfactory/blob/master/app/Console/Commands/Setup.php#L17 invoked via php artisan dreamfactory:setup misses config parameters for Redis (and likewise for Memcache as mentioned in #31, however I cant even find Memcache options in https://github.com/dreamfactorysoftware/dreamfactory/blob/master/.env-dist).
You can only set --cache-driver via the CLI installer.
One can work around this for sure but its not convenient for unattended installs or with https://github.com/dreamfactorysoftware/df-docker

@df-arif
Copy link
Contributor

df-arif commented Apr 13, 2016

Added memcached config in environment. Updated the setup command to accept redis and memcached config options. The changes are in develop branch. This should be available in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants