Is there a way to set wp super cache to be enabled upon installation - I'm autoinstalling wordpress and I can auto activate the plugin but I need either a wp_options change or a call to a method in the plugin, I think, so I can set the 'caching on' to be enabled after activation. Any ideas?
Thanks in advance.
Easiest option I suspect is to edit the wp-cache-config.php file by hand so when it's activated it uses that. Also you should deploy the advanced-cache.php at the same time.
Yup, what Backie said. (Thanks!)
You could add a stock wp-cache-config.php and advanced-cache.php, as well as the WP_CACHE define in wp-config.php to your base install.