annotate feedworm.sh @ 190:b7d41325386b

switch to the couchdb backend as default
author dirk
date Wed, 21 Sep 2011 12:52:34 +0200
parents 5b131f82057d
children b7caf487bc54
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
190
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
5 /usr/bin/python ./feedworm.py --backend couchdb $*