Mercurial > hg > Feedworm
comparison 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 |
comparison
equal
deleted
inserted
replaced
189:e5d492595bdb | 190:b7d41325386b |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" | 2 #DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" |
3 #/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL} | |
3 | 4 |
4 /usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL} | 5 /usr/bin/python ./feedworm.py --backend couchdb $* |