diff -r 300166b41ea9 -r fa179de1a787 doc/book/en/03-02-create-instance.en.txt --- a/doc/book/en/03-02-create-instance.en.txt Wed Nov 19 17:35:20 2008 -0800 +++ b/doc/book/en/03-02-create-instance.en.txt Wed Nov 19 17:47:27 2008 -0800 @@ -1,11 +1,10 @@ .. -*- coding: utf-8 -*- -=============================== Creation of your first instance =============================== What is an instance? -==================== +-------------------- A `CubicWeb` instance is a directory in ``~/etc/cubicweb.d`` which enables us to run a web application. An instance is based on @@ -21,7 +20,7 @@ What is a cube? -=============== +--------------- A cube defines entities, their views, their schems and workflows in an independant directory located in ``/path/to/forest/cubicweb/cubes/``. @@ -36,7 +35,7 @@ Create a cube -============= +------------- Let's start by creating the cube environment in which we will develop :: @@ -62,7 +61,7 @@ not properly work otherwise). Instance creation -================= +----------------- Now that we created our cube, we can create an instance to view our application in a web browser. To do so we will use a `all-in-on` @@ -110,7 +109,7 @@ Usage of `cubicweb-liveserver` ------------------------------- +`````````````````````````````` To quickly test a new cube, you can also use the script `cubicweb-liveserver` which allows to create an application in memory (use of SQLite database by