Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cloudappliance/1906/upgrade-guide [2019_12_17 19:01] stevencloudappliance/1906/upgrade-guide [2020_02_13 16:33] zim
Line 70: Line 70:
 <code> <code>
 yum clean all yum clean all
-yum install sme-package-1906.05-11+yum install sme-package-1906.06-09 
 +</code> 
 + 
 +A new configuration value will need to be added to the SME configuration file. Add the following to /var/www/smestorage/public_html/config.inc.php: 
 + 
 +<code> 
 +var $redishost = 'localhost:6379';
 </code> </code>