Yet another update! Check out:

Another Laconica Easy Install Script Update

Old Update:

Scripts for the install are finished and are located here:

http://www.gimmesoda.com/2008/07/13/laconica-easy-ish-install-scripts-finished/

——————–

I’ve got most things worked out for the autoinstall – all I basically need to do now is have the scripts do the config and run the mysql command. The second of the two is simple, the first well there are a few little hacks to the code that need to be done but I should be done with it tomorrow.

You can find the current bash scripts here: http://laconica2.gimmesoda.com/

—————————–

So yeah… I’m working on a script that should help setup a Laconia install on DH without any problems. Still writing it and hopefully should have it done soon. I’ll keep all you crazy people up to date on this post!

Don’t forget to check out: http://laconi.ca/

—-

After a bit of work it looks like it’s going to take few mods to the config file and a custom PEAR install on the DreamHost account that is going to be running this. I should hopefully have a script for this finished soon! Give me a day or two (hopefully before my baby girl is born!) and I’ll have it done – otherwise you’ll have to wait until things calm down with the new baby around.

For those who are interested I’m using the instructions found here as the base of my script:

http://decafbad.com/blog/2008/07/03/getting-laconica-up-and-running

You can also find my test install of Laconica here: http://laconica.gimmesoda.com

—-

In order to use sockets it looks like we need a custom install of PHP on DreamHost. Not a bid deal and something I prefer actually, it gives you more control over the php.ini file and you can compile in any extra things you need – such as IMAP support. If you need it.

—-

I may have mentioned this before but it is becoming all the more evident – get that PEAR repository installed on your DH account! It can be a pain to setup sometimes, especially if you aren’t used to working on the shell command, but it’s worth it:

http://wiki.dreamhost.com/PEAR

—-

Another update. I’m actually at the hospital right now watching my wife and baby girl sleep so I decided to get a little more work done. I’ve finished up the initial PEAR install script, which creates a nice clean PEAR repository setup and sets PHP5 as the PHP version used by PEAR and testing it out it works pretty smoothly!

You can grab a copy of this at: http://laconica2.gimmesoda.com/install_pear.sh I’ve tried to make this as safe as possible in case you need to run it multiple times BUT no guarantees your account isn’t going to meltdown! ;)

Make sure to modify the second line and use your own user:

export CURUSER=”puretest”

Oh and for anyone interested, her name is Ileana Sarai Galvez.

-JJ