annotate feedworm.sh @ 244:b46d7fe6390b

re-activate the use of proxy
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 09 Jun 2015 02:19:00 +0200
parents 16fa9f090c36
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
2 #DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
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
16fa9f090c36 hard-code python2
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 215
diff changeset
9 python2 ./feedworm.py --backend couchdb $*