author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 21 Oct 2010 09:48:38 +0200 | |
changeset 6573 | 58f166d41420 |
parent 5024 | 9e718abe3fde |
child 7613 | 63bac28113a5 |
permissions | -rw-r--r-- |
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
1 |
CubicWeb semantic web framework |
0 | 2 |
=============================== |
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
3 |
|
5024
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
4 |
CubicWeb is a entities / relations based knowledge management system |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
5 |
developped at Logilab. |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
6 |
|
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
7 |
This package contains: |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
8 |
* a repository server |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
9 |
* a RQL command line client to the repository |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
10 |
* an adaptative modpython interface to the server |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
11 |
* a bunch of other management tools |
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
12 |
|
0 | 13 |
Install |
14 |
------- |
|
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
15 |
|
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
16 |
More details at http://www.cubicweb.org/doc/en/admin/setup |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
17 |
|
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
18 |
Getting started |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
19 |
--------------- |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
20 |
|
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
21 |
Execute: |
0 | 22 |
|
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
23 |
apt-get install cubicweb cubicweb-dev cubicweb-blog |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
24 |
cubicweb-ctl create blog myblog |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
25 |
cubicweb-ctl start -D myblog |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
26 |
sensible-browser http://localhost:8080/ |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
27 |
|
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
28 |
Details at http://www.cubicweb.org/doc/en/intro/tutorial/blog-in-five-minutes |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
29 |
|
0 | 30 |
Documentation |
31 |
------------- |
|
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
32 |
|
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
33 |
Look in the doc/ subdirectory or read http://www.cubicweb.org/doc/en/ |
0 | 34 |
|
35 |
||
36 |