equal
deleted
inserted
replaced
1 .. -*- coding: utf-8 -*- |
|
2 |
|
3 .. _BlogTenMinutes: |
|
4 |
|
5 Get a Blog running in less than ten minutes! |
|
6 -------------------------------------------- |
|
7 |
|
8 You need to install the following packages (:ref:`DebianInstallation`):: |
|
9 |
|
10 cubicweb, cubicweb-dev, cubicweb-blog |
|
11 |
|
12 Creation and initialization of your application by running:: |
|
13 |
|
14 cubicweb-ctl create blog myblog |
|
15 |
|
16 Your application is now ready to go:: |
|
17 |
|
18 cubicweb-ctl start -D myblog |
|
19 |
|
20 This is it. Your blog is ready to you. Go to http://localhost:8080 and enjoy! |
|
21 |
|
22 As a developper, you'll want to know more about how to develop new |
|
23 cubes and cutomize the look of your application and this is what we |
|
24 talk about now. |
|
25 |
|
26 |
|