README
branchstable
changeset 7741 45251e611209
parent 7613 63bac28113a5
child 9343 cf21813d7003
equal deleted inserted replaced
7740:47a20b7aed23 7741:45251e611209
     3 
     3 
     4 CubicWeb is a entities / relations based knowledge management system
     4 CubicWeb is a entities / relations based knowledge management system
     5 developped at Logilab.
     5 developped at Logilab.
     6 
     6 
     7 This package contains:
     7 This package contains:
     8 * a repository server
     8 
     9 * a RQL command line client to the repository
     9 - a repository server
    10 * an adaptative modpython interface to the server
    10 - a RQL command line client to the repository
    11 * a bunch of other management tools
    11 - an adaptative modpython interface to the server
       
    12 - a bunch of other management tools
    12 
    13 
    13 Install
    14 Install
    14 -------
    15 -------
    15 
    16 
    16 More details at http://www.cubicweb.org/doc/en/admin/setup
    17 More details at http://docs.cubicweb.org/admin/setup
    17 
    18 
    18 Getting started
    19 Getting started
    19 ---------------
    20 ---------------
    20 
    21 
    21 Execute:
    22 Execute::
    22 
    23 
    23  apt-get install cubicweb cubicweb-dev cubicweb-blog
    24  apt-get install cubicweb cubicweb-dev cubicweb-blog
    24  cubicweb-ctl create blog myblog
    25  cubicweb-ctl create blog myblog
    25  cubicweb-ctl start -D myblog
    26  cubicweb-ctl start -D myblog
    26  sensible-browser http://localhost:8080/
    27  sensible-browser http://localhost:8080/