1{{name}} README
2{%for i in name|slice:":"%}={%endfor%}=======b
3
4Congratulations on creating your tutorial project.
5
6Getting started
7---------------
8
9If this is your first time running the tutorial you might want to:
10
111. Create a blank database
122. Generate some test data
133. Ingest the test data
144. Try out the web interface
155. Generate a report with a graph and custom widget
16
17Create a blank database
18-----------------------
19
20Activate the project:
21
22. {{name}}/activate
23
24Create the items:
25
26{{name}} db_manage --all-sys --execute
27{{name}} db_manage --all-ts --execute
28
29Generate some test data
30-----------------------
31
32Ingest the test data
33--------------------
34
35{{name}} dispatcher {{raw_table.activity_name}} --filename x.csv
36
37Try out the web interface
38-------------------------
39
40{{name}} serve
41
42Generate a report with a graph and custom widget
43------------------------------------------------
44
45More things to try
46------------------
47
48You can also do the following with your project:
49
50- Generate entries in a derived table
51- Make some events
52- Use the event viewer
53- Add events to the report
54- Alter the custom widget
55- Add new fields to your raw table definition
56- Extend your event definition
57- Use the job control system
58- Make a daemon to automatically scan a directory for new files
59- Run derived jobs
60- Generate a report according to a schedule
61- Run the supervisor tool
62- Generate an HTML version of this document