# HG changeset patch # User Denis Laxalde # Date 1474877830 -7200 # Node ID f9efc8012b64dbe31148594bbf447f6e494a00ad # Parent 41d4f0f3855c669bb7e0153698b215db7d2bb5df [doc] Drop commented mention of "live-server" command Follow-up for d83676aaea21. diff -r 41d4f0f3855c -r f9efc8012b64 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