Mercurial > hg > Feedworm
annotate feedworm.sh @ 231:16fa9f090c36
hard-code python2
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 25 Sep 2014 08:06:51 +0200 |
parents | b7caf487bc54 |
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 $* |