Xampp works fine and provides a nice complete package of apache, php, mysql and proftp.
- Need to install bash shell extension
- Need to install firewall extension ( has in it ipv6 support) - to avoid the ip version 6 errors
download xampp to home/tc
unpack xampp with tar per xampp instructions - Note tar command requires -f option last.
tar creates lampp dir in /opt - lampp can be moved to a usb stick (ext2) with use of symbolic link in /opt
symbolic link can be created with a command in bootlocal at boot time to maintain persistance
/opt/lampp/lampp start - to start all the services
Works great!