Giter VIP home page Giter VIP logo

pearlbee's Introduction

PearlBee

An open source blogging platform written in Perl - by Evozon, a Perl company.

Version

1.0

Setup

You can try it for yourself! All you need is a Unix-based system and a few dependencies installed.

  • Authen::Captcha ( needs GD, which neeeds libgd2-xpm-dev package : 'yum install libgd2-xpm-dev', 'yum install gd-devel', 'yum install gd')

  • XML::Simple ( needs libxml : 'yum install libxml2', 'yum install libxml2-devel')

  • Crypt::RandPasswd

  • Dancer2

  • Dancer2::Plugin::DBIC

  • Dancer2::Plugin::REST

  • Data::GUID

  • Data::Entropy::Algorithms

  • Data::Pageset

  • DateTime::Format::Strptime

  • DateTime

  • DateTime::TimeZone

  • DateTime::Format::MySQL

  • DBI

  • DBD::mysql and libmysqlclient-dev

  • DBIx::Class

  • Crypt::RandPasswd

  • Digest::Bcrypt

  • Digest::MD5

  • Digest::SHA1

  • Email::Template

  • HTML::Strip

  • Gravatar::URL

  • MIME::Base64

  • Moose

  • Plack

  • String::Dirify

  • String::Util

  • String::Random

  • Template

  • Template::Plugin::HTML::Strip

  • Text::Unidecode

  • Time::HiRes

  • You will need a MySQL/MariaDB server for the blog's database.

  • You will need a SMTP Server for sending messages. Email are sent automatically by PearlBee in different scenarios like adding a new user

Installing / Updating perl modules

./build.sh

or, if cpanm is available (App::cpanminus on CPAN) run cpanm --installdeps . in the folder where PearlBee was checked out and the Makefile.PL is.

Creating database

You'll need to have installed and running either MySQL or MariaDB. Update the file db_patches/create_tables.sql, replacing 'username' and 'password' with the credentials you'd like the PearlBee system to use. Add these same credentials to the user and pass sections in config.yml.

At the terminal from the root application directory, run this command: mysql -u root -p < pearlbee/db_patches/create_tables.sql

An alternative way of setting up the db is by running this command: mysql -u root -p < pearlbee/db_patches/set_up_new_db.sql

That's it, now from within the root directory run the following command:

plackup -R lib/ bin/app.pl

Or:

./scripts/launch-devel

And your blog is now running!

Usage

Admin

Once you have started your web server. Open your browser and go to the url http:://<YOUR_IP>:5000/admin Use the default login / password to enter, you should change them before starting using the blog! via "My Account -> Profile".

http://127.0.0.1:5000/admin/

user:     admin
password: asdf

PearlBee in the news

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

Thank you for using PearlBee!

pearlbee's People

Contributors

adriaandens avatar andrei-cacio avatar andrewalker avatar atoomic avatar book avatar chankeypathak avatar craigtreptow avatar cromedome avatar dotandimet avatar drforr avatar lafaulx avatar oeuftete avatar stefansbv avatar xsawyerx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.