Skip to content

xsawyerx/PearlBee

 
 

Repository files navigation

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!

About

Blogging system in Modern Perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.4%
  • HTML 29.0%
  • Perl 20.1%
  • JavaScript 8.8%
  • Shell 1.0%
  • PHP 0.4%
  • Other 0.3%