Firebird-Mezzanine = Firebird and Django’s WordPress alternative : Mezzanine

Here are my install instructions on Ubuntu/Debian for Mezzanine CMS
First install Firebird 2.5.2 , Then install django and fdb driver
sudo pip install django
sudo pip install fdb
sudo pip install mezzanine
Install django-firebird driver like is described on the github page
Create new mezzanine project:
mezzanine-project firebird-mezzanine
cd firebird-mezzanine
create empty database from isql-fb / flamerobin
isql-fb
SQL> create database “localhost:/var/lib/firebird/2.5/data/firebird-mezzanine.fdb” user ‘SYSDBA’ password ‘masterkey’;
SQL> quit;
create local config for firebird
python manage.py createdb
python manage.py runserver
look at the first results after the wordpress import (i was so impressed that i have removed the old wordpress.com account)
next step : blogspot import is in progress

Meta.com.au Goes Bitweaver and Firebird

Meta has finally converted to Bitweaver and Firebird for website CMS and datastore respectively.
meta has used Joomla for several years to deliver corporate website information and client access to private areas and downloads. But finally Bitweaver has delivered a comprehensive CMS and web application framework backed by Firebird. We regard this as a major advancement in support of Firebird, Bitweaver and the opensource software movement.

Image + Image = Image

Read more of my journey here Firebird Bitweaver Windows and PHP
And find out some of the website feature which can make your use of this resource more appealing

 

Second beta of Jaws 0.8.0

We are happy to announce the second beta of Jaws 0.8.0
(What we do in life echoes in eternity). And as you
know… this is a release which ‘should’ work better
than beta1 but NOT be used in production systems.

1 2