Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 981 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 981 Bytes

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 [email protected]:Perl-Evozon/PearlBee.git
$ cd PearlBee
$ ./bin/bootstrap

On Fedora or RedHat based Linux

$ sudo yum install libxml2-devel
$ git clone [email protected]:Perl-Evozon/PearlBee.git
$ cd PearlBee
$ ./bin/bootstrap

On Mac OSX

$ git clone [email protected]: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!