README
changeset 12532 38004d09d178
parent 12375 e7221f2123e6
child 12570 82bf85157b53
equal deleted inserted replaced
12531:2b9e815d20dc 12532:38004d09d178
    19 Getting started
    19 Getting started
    20 ---------------
    20 ---------------
    21 
    21 
    22 Execute::
    22 Execute::
    23 
    23 
    24  apt-get install cubicweb cubicweb-dev cubicweb-blog
    24  python3 -m venv venv
       
    25  source venv/bin/activate
       
    26  pip install 'cubicweb[pyramid]' cubicweb-blog
    25  cubicweb-ctl create blog myblog
    27  cubicweb-ctl create blog myblog
    26  cubicweb-ctl start -D myblog
    28  # read how to create your ~/etc/cubicweb.d/myblog/pyramid.ini file here:
       
    29  # https://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/#pyramid-settings-file
       
    30  # then start your instance:
       
    31  cubicweb-ctl pyramid -D myblog
    27  sensible-browser http://localhost:8080/
    32  sensible-browser http://localhost:8080/
    28 
    33 
    29 Details at https://cubicweb.readthedocs.io/en/3.26/tutorials/base/blog-in-five-minutes
    34 Details at https://cubicweb.readthedocs.io/en/3.26/tutorials/base/blog-in-five-minutes
    30 
    35 
    31 You can also look at the latest builds on Logilab's jenkins:
    36 You can also look at the latest builds on Logilab's jenkins: