doc/book/en/tutorials/base/blog-in-five-minutes.rst
branchstable
changeset 6833 8fe4b003c1bc
parent 5432 ee246e1813c6
child 6835 87e2641d75f7
--- a/doc/book/en/tutorials/base/blog-in-five-minutes.rst	Mon Jan 17 12:41:40 2011 +0100
+++ b/doc/book/en/tutorials/base/blog-in-five-minutes.rst	Mon Jan 17 12:41:45 2011 +0100
@@ -5,11 +5,13 @@
 Get a blog running in five minutes!
 -----------------------------------
 
-For Debian or Ubuntu users, first install the following packages (:ref:`DebianInstallation`)::
+For Debian or Ubuntu users, first install the following packages
+(:ref:`DebianInstallation`)::
 
     cubicweb, cubicweb-dev, cubicweb-blog
 
-For Windows or Mac OS X users, you must install cubicweb from source (see :ref:`SourceInstallation` and  :ref:`WindowsInstallation`).
+For Windows or Mac OS X users, you must install |cubicweb| from source (see
+:ref:`SourceInstallation` and :ref:`WindowsInstallation`).
 
 Then create and initialize your instance::
 
@@ -19,7 +21,8 @@
 
     cubicweb-ctl start -D myblog
 
-The -D option is the debugging mode of cubicweb, removing it will lauch the instance in the background.
+The -D option is the debugging mode of |cubicweb|, removing it will lauch the
+instance in the background.
 
 Permission
 ~~~~~~~~~~
@@ -29,14 +32,19 @@
 Instance parameters
 ~~~~~~~~~~~~~~~~~~~
 
-If you would like to change some instance parameters, for example, the database host or the user name, edit the `source` file located in the /etc/cubicweb.d/myblog directory.
+If you would like to change some instance parameters, for example, the main
+database host or the user name, edit the `sources` file located in the
+:file:`/etc/cubicweb.d/myblog` directory.
 
 Then relaunch the database creation::
 
      cubicweb-ctl db-create myblog
 
-Other paramaters, like web server or emails parameters, can be modified in the `all-in-one.conf` file.
+Other paramaters, like web server or emails parameters, can be modified in the
+:file:`/etc/cubicweb.d/myblog/all-in-one.conf` file.
 
-This is it. Your blog is running. Visit http://localhost:8080 and enjoy it! This blog is fully functionnal. The next section section will present the way to develop new cubes and customizing the look of your instance.
+This is it. Your blog is running. Visit http://localhost:8080 and enjoy it! This
+blog is fully functionnal. The next section section will present the way to
+develop new cubes and customizing the look of your instance.