author | Denis Laxalde <denis.laxalde@logilab.fr> |
Tue, 21 Jun 2016 16:21:07 +0200 | |
changeset 11299 | f94f5e81fb9d |
parent 11132 | f1dade56087d |
child 12105 | 566075b02ce5 |
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: |
7741
45251e611209
[doc] fix ReST in README file (make pypi happier)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7613
diff
changeset
|
8 |
|
45251e611209
[doc] fix ReST in README file (make pypi happier)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7613
diff
changeset
|
9 |
- a repository server |
45251e611209
[doc] fix ReST in README file (make pypi happier)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7613
diff
changeset
|
10 |
- a RQL command line client to the repository |
45251e611209
[doc] fix ReST in README file (make pypi happier)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7613
diff
changeset
|
11 |
- an adaptative modpython interface to the server |
45251e611209
[doc] fix ReST in README file (make pypi happier)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7613
diff
changeset
|
12 |
- a bunch of other management tools |
5024
9e718abe3fde
add egg support with dependencies auto-installation
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
2562
diff
changeset
|
13 |
|
0 | 14 |
Install |
15 |
------- |
|
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
16 |
|
11132
f1dade56087d
README: use https URLs for docs.cubicweb.org
Julien Cristau <julien.cristau@logilab.fr>
parents:
10542
diff
changeset
|
17 |
More details at https://docs.cubicweb.org/book/admin/setup |
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
18 |
|
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
19 |
Getting started |
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 |
|
7741
45251e611209
[doc] fix ReST in README file (make pypi happier)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7613
diff
changeset
|
22 |
Execute:: |
0 | 23 |
|
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
24 |
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
|
25 |
cubicweb-ctl create blog myblog |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
26 |
cubicweb-ctl start -D myblog |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
27 |
sensible-browser http://localhost:8080/ |
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
28 |
|
11132
f1dade56087d
README: use https URLs for docs.cubicweb.org
Julien Cristau <julien.cristau@logilab.fr>
parents:
10542
diff
changeset
|
29 |
Details at https://docs.cubicweb.org/tutorials/base/blog-in-five-minutes |
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
30 |
|
0 | 31 |
Documentation |
32 |
------------- |
|
2562
dd76d0f88796
[doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
33 |
|
11132
f1dade56087d
README: use https URLs for docs.cubicweb.org
Julien Cristau <julien.cristau@logilab.fr>
parents:
10542
diff
changeset
|
34 |
Look in the doc/ subdirectory or read https://docs.cubicweb.org/ |
0 | 35 |
|
36 |
||
11132
f1dade56087d
README: use https URLs for docs.cubicweb.org
Julien Cristau <julien.cristau@logilab.fr>
parents:
10542
diff
changeset
|
37 |
CubicWeb includes the Entypo pictograms by Daniel Bruce — www.entypo.com |