merge
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 29 Jul 2009 11:16:42 +0200
changeset 2563 415179b608c5
parent 2561 c6f0634e2d77 (current diff)
parent 2562 dd76d0f88796 (diff)
child 2564 5f38f5eaff86
merge
--- 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/