doc/book/en/intro/tutorial/blog-less-ten-minutes.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2174 7f576dc9502e
child 2176 1ae46634bf8e
equal deleted inserted replaced
2174:7f576dc9502e 2175:16d3c37c5d28
     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 running. Go to http://localhost:8080 and enjoy!
       
    21 
       
    22 As a developer, you'll want to know more about how to develop new
       
    23 cubes and cutomize the look of your application and this is what the next
       
    24 section is about.
       
    25 
       
    26