doc/book/en/Z013-blog-less-ten-minutes.en.txt
changeset 1808 aa09e20dd8c0
parent 1693 49075f57cf2c
parent 1807 6d541c610165
child 1810 e95e876be17c
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 .. _BlogTenMinutes:
       
     4 
       
     5 Get a Blog running in less than ten minutes!
       
     6 --------------------------------------------
       
     7 
       
     8 You need to install the following packages (:ref:`DebianInstallation`)::
       
     9 
       
    10     cubicweb, cubicweb-dev, cubicweb-blog
       
    11 
       
    12 Creation and initialization of your application by running::
       
    13     
       
    14     cubicweb-ctl create blog myblog
       
    15 
       
    16 Your application is now ready to go::
       
    17 
       
    18     cubicweb-ctl start -D myblog
       
    19 
       
    20 This is it. Your blog is ready to you. Go to http://localhost:8080 and enjoy!!
       
    21 
       
    22 As a developper, you'll want to know more about how to develop new
       
    23 cubes and cutomize the look of your application and this is what we
       
    24 talk about now. 
       
    25 
       
    26