Goal: to have a running Tiki usable on a USB key, from an existing Tiki instance.
This is useful for a portable backup of a live site. Beyond having a backup, this can be useful to use/present a Tiki site without an internet connection. This is not read-only like the TikiLiveCD but a fully editable instance of Tiki.
Requirements
A running Tiki site (if not, you can install one with the general idea of this procedure)
phpMyAdmin and FTP access to this live site
A Windows computer (tested with XP, but should work with any version of windows)
XAMPP has versions for Linux and MacOSx so you can get it to work too but the instructions will be a bit different than below
A USB Key, external hard drive, MP3 player, etc (anything recognized by Windows as storage)
We'll assume the USB Key has the letter F: Replace with the appropriate letter in the instructions below.
You may need to change some settings in php.ini and/or my.ini if you are above the following:
phpMyAdmin max upload file: 128 MiB
max_execution_time = 60
max_input_time = 60
memory_limit = 128M
Limitations
This is not a secure instance (XAMPP doesn't put passwords on MySQL by default) See XAMPP security
The system won't send emails
This assumes all files are stored in www or in MySQL. If you have binary files outside the web directory (which is recommended), you need to copy them as well, and configure your local Tiki to tell it where the files are