cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Add support for a memory object caching system #43

Closed ocean90 closed 7 years ago

ocean90 commented 7 years ago

... like Memcached.

The memcache module for PHP is already available (maybe we should make Memcached (with d) available too), but no server.

Could https://github.com/geerlingguy/ansible-role-memcached be useful for this?

ivomarino commented 7 years ago

@ocean90 we just need to re-enable it here: https://github.com/ttssdev/appflow/blob/master/playbooks/roles/web/tasks/php.yml#L60

ivomarino commented 7 years ago

@ocean90 can you try to enable the package shown above, provision ansible and test? should work out-of-the-box.

ocean90 commented 7 years ago

Sure, doing that now. Is https://github.com/ttssdev/appflow/blob/31c14c6caa327fc6cc0cf6ac5f9c87ba000e6c8c/playbooks/roles/web/tasks/main.yml#L43 related?

ivomarino commented 7 years ago

@ocean90 yep, may be useful, thanks for hint (didn't remember).

ocean90 commented 7 years ago

So far enabling the memcache line is working for me. I haven't found the configs yet so I'm curious how it's set up, especially if you have more than one server.

ocean90 commented 7 years ago

Fixed with #49.