README
changeset 12532 38004d09d178
parent 12375 e7221f2123e6
child 12570 82bf85157b53
--- a/README	Thu Mar 21 14:36:25 2019 +0100
+++ b/README	Wed Mar 27 15:43:53 2019 +0100
@@ -21,9 +21,14 @@
 
 Execute::
 
- apt-get install cubicweb cubicweb-dev cubicweb-blog
+ python3 -m venv venv
+ source venv/bin/activate
+ pip install 'cubicweb[pyramid]' cubicweb-blog
  cubicweb-ctl create blog myblog
- cubicweb-ctl start -D myblog
+ # read how to create your ~/etc/cubicweb.d/myblog/pyramid.ini file here:
+ # https://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/#pyramid-settings-file
+ # then start your instance:
+ cubicweb-ctl pyramid -D myblog
  sensible-browser http://localhost:8080/
 
 Details at https://cubicweb.readthedocs.io/en/3.26/tutorials/base/blog-in-five-minutes