comparison README.creole @ 21:7a523e13fcb3

Argpars added for the configuration file.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 23 Oct 2018 13:06:16 +0200
parents 3bb3d9a9f1b7
children 916fa83b4144
comparison
equal deleted inserted replaced
20:3bb3d9a9f1b7 21:7a523e13fcb3
9 9
10 {{{ 10 {{{
11 cp examples/collect_demo3.py c3.py 11 cp examples/collect_demo3.py c3.py
12 cp examples/config3.ini . 12 cp examples/config3.ini .
13 # change config3.ini 13 # change config3.ini
14 ./c3.py 14 ./c3.py config3.ini
15 # create or change some issues 15 # create or change some issues
16 ./c3.py 16 ./c3.py config3.ini
17 17
18 # to inspect the database contents 18 # to inspect the database contents
19 sqlite3 demo3.db 'select * from issues;' 19 sqlite3 demo3.db 'select * from issues;'
20 20
21 ./display_issues_demo.py >demo3.html 21 ./display_issues_demo.py config3.ini >demo3.html
22 chromium demo3.html 22 chromium demo3.html
23 }}} 23 }}}
24 24
25 25
26 === Notes 26 === Notes
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)