doc/book/en/intro/tutorial/blog-less-ten-minutes.rst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 01 Jul 2009 11:33:18 +0200
branchstable
changeset 2212 201ce0d389f3
parent 1715 cba9f175da2d
child 2172 cf8f9180e63e
permissions -rw-r--r--
add padding on sideBoxTitles

.. -*- 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.