xsawyerx / PearlBee

Blogging system in Modern Perl
6 stars 2 forks source link

PearlBee

An open source blogging platform written in Perl. pearlbee.org

Setup

You can try it for yourself!

On Linux will need libxml2 installed, while Mac OSX already provides it.

On Ubuntu or Debian based Linux

$ sudo apt-get install libxml2-dev
$ git clone git@github.com:Perl-Evozon/PearlBee.git
$ cd PearlBee
$ ./bin/bootstrap

On Fedora or RedHat based Linux

$ sudo yum install libxml2-devel
$ git clone git@github.com:Perl-Evozon/PearlBee.git
$ cd PearlBee
$ ./bin/bootstrap

On Mac OSX

$ git clone git@github.com:Perl-Evozon/PearlBee.git
$ cd PearlBee
$ ./bin/bootstrap

Running

./bin/launch-devel

The initial user is admin and the password is password.

PearlBee in news

Is PearlBee Perl's next great blogging platform? - Perl Tricks

Thank you for using PearlBee!