installing livejournal for dummies

Dec 19, 2006 05:24

could someone please find/write such a guide?

i've tried installing debian "sarge" on a box and then attempting to install apache/perl/mod_perl/mysql/etc to get it to work correctly.

i can get perl and most of the required and optional perl modules installed. (use apt-get and cpan. with help from some documentationi can get apache installed. ( ( Read more... )

Leave a comment

Comments 3

stevieg December 19 2006, 13:59:52 UTC
I use the guide found here:
http://wiki.ljcode.org/index.php?title=LJ_Server:Installation

For apache I use apache-perl (apt-get install apache-perl). A few of the perl modules I have to use CPAN to get them (Unicode::CheckUTF8 for starters).

Make sure you uninstall apache2, as apache2 and apache 1.33 trying to run at the same time will cause issues.

Make sure you use the httpd.conf which is found here:
http://wiki.ljcode.org/index.php?title=LJ_Server:Installation#Example_httpd.conf
and that the permissions are correct for the entire /home/lj folder (or where ever it's installed - chmod lj:lj /home/lj -Rf & chmod 775 /home/lj -Rf).

Feel free to comment back at me, as I've setup way too many LJ servers :)

Reply


ucc_journal December 26 2006, 07:20:25 UTC
lj_everywhere is the place to ask.

Reply

kunzite1 December 26 2006, 11:00:02 UTC
yep. tried that.

not with this specific situation, but, i've been there before.

thanks for pointing it out though. :D

Reply


Leave a comment

Up