# HG changeset patch # User Nicolas Chauvat # Date 1248858165 -7200 # Node ID dd76d0f88796e8f62747d75d0f9197c76cb149a0 # Parent fee7fb9832d8a0bf0a9578c9a1218f602b7f82f6 [doc] #120075 quickstart (was proposed structure) diff -r fee7fb9832d8 -r dd76d0f88796 README --- a/README Wed Jul 29 10:44:55 2009 +0200 +++ b/README Wed Jul 29 11:02:45 2009 +0200 @@ -1,18 +1,27 @@ -CubicWeb semantic web framework +CubicWeb semantic web framework =============================== - + Install ------- -From the source distribution, extract the tarball and run :: - - python setup.py install - -For deb and rpm packages, use the tools recommended by your distribution. + +More details at http://www.cubicweb.org/doc/en/admin/setup + +Getting started +--------------- + +Execute: - + apt-get install cubicweb cubicweb-dev cubicweb-blog + cubicweb-ctl create blog myblog + cubicweb-ctl start -D myblog + sensible-browser http://localhost:8080/ + +Details at http://www.cubicweb.org/doc/en/intro/tutorial/blog-in-five-minutes + Documentation ------------- -Look in the doc/ subdirectory. + +Look in the doc/ subdirectory or read http://www.cubicweb.org/doc/en/