Another Laconica Easy Install Script Update
*** Start News ***
I’m currently working on a web-based installer for laconica:
http://www.gimmesoda.com/2008/10/03/laconica-web-based-installer/
*** End News ***
I checked up on Laconica and did some testing to see if the new version would install without any real changes to my script.
ERROR 1071 (42000) at line 163: Specified key was too long; max key length is 1000 bytes
Ouch! Looking up the error I found that a quick and easy fix to this is to change the DB table to InnoDB, which means a modification to the laconica.sql file! I’ve added a small section to my scripts which removes the default sql file, and downloads a very slightly modified version from here:
http://files.gimmesoda.com/laconica/
Which BTW is the new location for a copy of my files. I’m updating my other posts with the correct location now. Also, I can now confirm that this new copy of the script installs 0.4.4 without any problems. Let me know if you run into any.
Files can be found here:
http://files.gimmesoda.com/laconica/install_run.sh
http://files.gimmesoda.com/laconica/install_pear.sh
http://files.gimmesoda.com/laconica/install_laconica.sh
-JJ
Once again:
For those of you who don’t already have a DreamHost Account and want to grab a discount or a free domain + a discount use either of these codes:
PRIMEPROMO : $50 Off Any Plan
PRIMEDOMAINCASH : Free Domain And $30 Discount
Those codes come from here:
http://dreamhost.PrimePromoCodes.com
Hi,
First of all, good work on the scripts, and thank you.
Just a small bug:
The script is renaming the htaccess.sample file to .htacces, and this results in errors if the user decides to use fancy URLs.
Changing the script to mv the htaccess.sample to .htaccess (another S at the end) fixes the fancy URL problem you described.
All the best,
Tiago