The following tutorial gives a brief overview of moving Deki Wiki from one Server to Another
Deki Wiki Virtual Machine
In order to move Deki Wiki from one server to another there are a couple of steps you have to check to ensure that the environment is ready for the move.
- Check and see if the server you are moving the Deki Wiki to is on the same network as the other server. If it isn't, this is fine, just make sure that your Deki Wiki is set to DHCP before you move it or assign the new static IP info before the move
- Stop the VM
- Copy the whole Deki Wiki VM folder. Included in this folder will be files like Deki_Wiki_Hayes_(version)_VM.vmx, Deki_Wiki_Hayes_(version)_VM.vmdk, some log files and some other files for the VMware installation.
- Move the copied folder to the new server and the Start the VM. An box may pop up asking if you have moved or copied the VM, say that you moved it.
- Once started you will be presented with an IP address to access your wiki. If you aren't follow the troubleshooting steps here.
Deki Wiki Source
In order to move a Deki Wiki install from source from one machine to another do the following:
- Make a backup of your MySQL db and Attachements folder. Instructions can be found here.
- While you are backing up install a new version of Deki Wiki on the Server you want to move the content to.
- Once installed you'll move the backup files to the new server and follow the instructions here for restoring the backups.
- You'll also want to move over the following files from the old install to the new install
/var/www/deki-hayes/LocalSettings.php
/var/www/deki-hayes/AdminSettings.php
/etc/dekiwiki/mindtouch.deki.startup.xml
/var/www/deki-hayes/bin/mindtouch.host.sh
This will get you up and running on your new server.