# HG changeset patch # User Philippe Pepiot # Date 1553697833 -3600 # Node ID 38004d09d178b8d69a2d16a31491d35eabf60c19 # Parent 2b9e815d20dcf3480bd1e2d550cd8ee7798f9b41 [doc] Update README "Getting started" * install using pip and with pyramid in a virtualenv * link to pyramid.ini documentation * Use pyramid to start application since twisted support is gone diff -r 2b9e815d20dc -r 38004d09d178 README --- 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