LiveJournal Server
From No LJ Ads Wiki
LiveJournal Server is an open-source blogging program. You can check out the code with Subversion using the following command:
svn co http://code.sixapart.com/svn/livejournal
But since that's over 700MB, you probably only want to check out
svn co http://code.sixapart.com/svn/livejournal/trunk
Which is only slightly over 50MB. You can view the repository here. You can keep an eye on changes committed to the repository by watching
changelog.
To install LiveJournal Server, you must meet the following requirements (recommended versions in parentheses):
- Perl (Version 5.6.1)
- MySQL (Version 3.23.57)
- Apache (Version 1.3.28)
- mod_perl (Version 1.28)
Note that LiveJournal Server will not work with Apache 2 and mod_perl 2. You probably want to check out the LJCode wiki if you are interested in working with and running LiveJournal Server.
LiveJournal is the commercial installation of LiveJournal Server by Six Apart.

