# HG changeset patch # User Sylvain Thénault # Date 1248859002 -7200 # Node ID 415179b608c5a841c2e4e1c6e8c19701720f841d # Parent c6f0634e2d7763628b384437883111d68a5ec9d8# Parent dd76d0f88796e8f62747d75d0f9197c76cb149a0 merge diff -r c6f0634e2d77 -r 415179b608c5 README --- a/README Wed Jul 29 11:10:11 2009 +0200 +++ b/README Wed Jul 29 11:16:42 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/