Skip to content

Latest commit

 

History

History
70 lines (33 loc) · 1.32 KB

File metadata and controls

70 lines (33 loc) · 1.32 KB

Bivee BackWrite CMS

This is a simple and lightweight web content management system built using Perl 5 and Mojolicious Web Framework.

It's is designed to be easy to use and very light!

Who can use it?

Anyone can download a copy of this software, install on server and use!

What do I need to take to install then?

Perl 5.10
Mojolicious 4 (and some plugins)
ObjectDB ORM
SQLite driver for DBI

(or DBD driver for your favorite database ;] )

How can I test/run?

You can use morbo that is a development perl server for mojolicious to run BackWrite on your machine:

$ morbo backwrite/index.pl

How to deploy?

Is very recomended to use a fastcgi, psgi or other fast protocol as than tradictional CGI, but you can use CGI too (for your own risk).

I really recomend to use hipnotoad with or without nginx for production.

Caveats

This software is under development, then... do not use in production!

Authors

Daniel Vinciguerra <daniel.vinciguerra@bivee.com.br>

2013 (c) Bivee

http://bivee.com.br

This software is copyright (c) 2013 by Bivee.

This is a free software; you can redistribute it and/or modify it under the same terms of Perl 5 programming languagem system itself.