Mercurial > hg > Feedworm
annotate feedworm.sh @ 246:7c719c4f5655
Fix all remaining code style bugs
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 09 Jun 2015 02:45:29 +0200 |
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 $* |