equal
deleted
inserted
replaced
1 CubicWeb semantic web framework |
1 CubicWeb semantic web framework |
2 =============================== |
2 =============================== |
3 |
3 |
4 Install |
4 Install |
5 ------- |
5 ------- |
6 From the source distribution, extract the tarball and run :: |
|
7 |
|
8 python setup.py install |
|
9 |
|
10 For deb and rpm packages, use the tools recommended by your distribution. |
|
11 |
6 |
12 |
7 More details at http://www.cubicweb.org/doc/en/admin/setup |
|
8 |
|
9 Getting started |
|
10 --------------- |
|
11 |
|
12 Execute: |
|
13 |
|
14 apt-get install cubicweb cubicweb-dev cubicweb-blog |
|
15 cubicweb-ctl create blog myblog |
|
16 cubicweb-ctl start -D myblog |
|
17 sensible-browser http://localhost:8080/ |
|
18 |
|
19 Details at http://www.cubicweb.org/doc/en/intro/tutorial/blog-in-five-minutes |
|
20 |
13 Documentation |
21 Documentation |
14 ------------- |
22 ------------- |
15 Look in the doc/ subdirectory. |
23 |
|
24 Look in the doc/ subdirectory or read http://www.cubicweb.org/doc/en/ |
16 |
25 |
17 |
26 |
18 |
27 |