doc/book/en/intro/tutorial/blog-less-ten-minutes.rst
author sylvain.thenault@logilab.fr
Thu, 07 May 2009 16:42:34 +0200
branchtls-sprint
changeset 1715 cba9f175da2d
parent 1598 doc/book/en/Z013-blog-less-ten-minutes.en.txt@8f400d5f6742
parent 1714 doc/book/en/Z013-blog-less-ten-minutes.en.txt@a721966779be
child 2172 cf8f9180e63e
permissions -rw-r--r--
merge

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