So we have an alpha!

Back to home

After a while Qredd 1.0.0-alpha1 is here!

It's an unstable version of the CMS mainly released to give some unpatient people a preview of the software: remember, unstable ( yes, lots of thing will change until 1.0.0 ).

For those of you who want to try and play with some magic of this software here are a few instructions to install it: as a symfony-based application, the main duty is to configure your environment rather than merely installing the software.

Checkout the alpha1 from SVN

cd /var/www
svn co http://my-svn.assembla.com/svn/qredd/tags/RELEASE_1.0.0_ALPHA1 qredd

Configure your DB

cd qredd
vim config/databases.yml

Make a symbolic link for backend stylesheets and images

ln -s ../lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web web/sfDoctrinePlugin

Build the database

php symfony doctrine:build --all

Create an admin user

php symfony guard:create-user username password
php symfony guard:promote username

...and now configure your apache host and enjoy Qredd!

The backend of the CMS will be accessible at http://your.local.host/backend.php