664
edits
(added common issues) |
|||
| Line 11: | Line 11: | ||
* php-memcache and memcached for Memcache use (can be enabled from the admin->features panel) | * php-memcache and memcached for Memcache use (can be enabled from the admin->features panel) | ||
* Sphinx search engine installed for SUMO tiki-newsearch.php (preferred to older search). See [[Support/Sphinx_Installation]] | * Sphinx search engine installed for SUMO tiki-newsearch.php (preferred to older search). See [[Support/Sphinx_Installation]] | ||
* SUMO must be installed in the root of a domain (eg: example.com/ and ''not'' example.com/sumo/). | |||
= Check out SUMO = | = Check out SUMO = | ||
| Line 116: | Line 117: | ||
* To use Minify, enable it at tiki-admin.php?page=general | * To use Minify, enable it at tiki-admin.php?page=general | ||
= Common Issues = | |||
* If Memcached is not installed, you may need to run the following at the command line: | |||
<pre>echo "d" > webroot/files/minify.conf</pre> | |||
= More information = | = More information = | ||
If you would like more information, you can contact the SUMOdev team at sumo-dev[at]mozilla[dot]com | If you would like more information, you can contact the SUMOdev team at sumo-dev[at]mozilla[dot]com | ||
edits