# HG changeset patch # User Laurent Peuch # Date 1550771331 -3600 # Node ID ab861333469716a6aaf858fbda8b5aa1b680d1e3 # Parent e4e5814fd70c567ba5e601424ac037767c67cec3 [doc] start the server in debug mode, it's easier during learning diff -r e4e5814fd70c -r ab8613334697 doc/tutorials/advanced/part01_create-cube.rst --- a/doc/tutorials/advanced/part01_create-cube.rst Thu Feb 21 18:48:07 2019 +0100 +++ b/doc/tutorials/advanced/part01_create-cube.rst Thu Feb 21 18:48:51 2019 +0100 @@ -164,7 +164,7 @@ Once the instance and database are fully initialized, run :: - cubicweb-ctl start sytweb_instance + cubicweb-ctl start -D sytweb_instance to start the instance, check you can connect on it, etc...