[doc] Drop commented mention of "live-server" command
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 26 Sep 2016 10:17:10 +0200
changeset 11687 f9efc8012b64
parent 11686 41d4f0f3855c
child 11688 2fdcaf86716e
[doc] Drop commented mention of "live-server" command Follow-up for d83676aaea21.
doc/book/devrepo/cubes/cc-newcube.rst
--- a/doc/book/devrepo/cubes/cc-newcube.rst	Mon Sep 26 18:21:43 2016 +0200
+++ b/doc/book/devrepo/cubes/cc-newcube.rst	Mon Sep 26 10:17:10 2016 +0200
@@ -40,18 +40,3 @@
     code of your cube:
 
     ``cubicweb-ctl newcube --directory=/path/to/cubes/library mycube``
-
-
-.. XXX resurrect once live-server is back
-.. Usage of :command:`cubicweb-ctl liveserver`
-.. -------------------------------------------
-
-.. To quickly test a new cube, you can also use the `liveserver` command for cubicweb-ctl
-.. which allows to create an instance in memory (using an SQLite database by
-.. default) and make it accessible through a web server ::
-
-..   cubicweb-ctl live-server mycube
-
-.. or by using an existing database (SQLite or Postgres)::
-
-..   cubicweb-ctl live-server -s myfile_sources mycube