Mercurial > hg > Feedworm
annotate feedworm.sh @ 254:156edbd0733a pyqt5
the pyqt5 branch was merged into the default branch
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 10 Nov 2017 01:45:55 +0100 |
parents | 16fa9f090c36 |
children |
rev | line source |
---|---|
80
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 #!/bin/bash |
190 | 2 #DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" |
3 #/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL} | |
80
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
215
b7caf487bc54
run make prior to starting the worm
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
190
diff
changeset
|
5 # run make to generate any pending UI changes |
b7caf487bc54
run make prior to starting the worm
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
190
diff
changeset
|
6 make > /dev/null |
b7caf487bc54
run make prior to starting the worm
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
190
diff
changeset
|
7 |
b7caf487bc54
run make prior to starting the worm
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
190
diff
changeset
|
8 # now run it |
231 | 9 python2 ./feedworm.py --backend couchdb $* |