doc/book/en/intro/tutorial/blog-less-ten-minutes.rst
branchstable
changeset 2190 d9f5fd1879fc
parent 2189 08c66a83c3ca
parent 2182 488099333160
child 2194 c8c8ef5c5c65
--- a/doc/book/en/intro/tutorial/blog-less-ten-minutes.rst	Mon Jun 29 16:09:08 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-.. -*- 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. 
-
-