If installing for the first time, see these instructions
1. Remove existing twiggi installation
# rm -rf <DocumentRoot>/twiggi
2. Download and unpack the tarball
# tar -C <DocumentRoot> -xzf twiggi-1.10.16.tar.gz
# cd <DocumentRoot>
# mv twiggi-1.10.16 twiggi
# chown -R .root twiggi
# chmod -R u+rx,go-rwx twiggi
3. make configuration
# cd <DocumentRoot>/twiggi/install
# ./twiggi_custom_conf mysqluser mysqlpassword
|