|
|
Bioscreencast Wiki > Upgrade dekiwiki on gentoo Linux
Upgrade dekiwiki on gentoo LinuxFrom $1Table of contentsNo headersUpgrading Dekiwiki from 8.08 to 8.08.1 on gentoo linuxThis is by no means a definitive guide , please consult the overll install and upgrade guide or specifically the upgrade guide. cp /etc/dekiwiki/mindtouch.deki.startup.xml ~/deki8.08-backup/. Also copy over the 7) Restore the LocalSettings.php , the deki-api xml file and the mindtouch.host.sh script . # cd ~/deki8.08-backup # cp LocalSettings.php /var/www/dekiwiki # tar xvzpf attachments.tar.gz -C /var/www/dekiwiki/ # cp mindtouch.deki.startup.xml /etc/dekiwiki/ # cp mindtouch.host.sh /var/www/dekiwiki/bin/ # chown -R www-data /var/www/dekiwiki/ 8) Run the updatedpscript # cd /var/www/dekiwiki/maintenance # php update-db.php 9) Restart the dekiwiki init script /etc/init.d/dekihost restart Verify that this indeed restarted /etc/init.d/dekihost status . And also with ps -ef | grep "mono" 9) Rebuild the lucene search index after logging into the wiki as admin. Go to Tools- control panel -Maintenance-Cache Management-Rebuild index
Tags:
|
Powered by MindTouch Deki Open Source Edition v.8.08.1 |