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