doc/book/en/Z013-blog-less-ten-minutes.en.txt
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 28 Apr 2009 20:05:31 +0200
branchtls-sprint
changeset 1526 1d4750bd8526
parent 1441 8e7a99cbce3c
child 1598 8f400d5f6742
permissions -rw-r--r--
missing rset

.. -*- coding: utf-8 -*-

.. _BlogTenMinutes:

Get a Blog running in less than ten minutes!
--------------------------------------------

You need to install the following packages (:ref:`DebianInstallation`)::

    cubicweb, cubicweb-dev, cubicweb-blog

Creation and initialization of your application by running::
    
    cubicweb-ctl create blog myblog

Your application is now ready to go::

    cubicweb-ctl start -D myblog

This is it. Your blog is ready to you. Go to http://localhost:8080 and enjoy!!

As a developper, you'll want to know more about how to develop new
cubes and cutomize the look of your application and this is what we
talk about now.