~chipaca/+junk/u1db-demo-stuff

« back to all changes in this revision

Viewing changes to run.sh

  • Committer: john.lenton at canonical
  • Date: 2011-11-01 17:49:29 UTC
  • Revision ID: john.lenton@canonical.com-20111101174929-mpjnpg1mc719emju
keep track of revno

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
set -e
3
3
 
4
 
U1DB_SRC=src/u1db/for-demo/
 
4
U1DB_SRC=../src/u1db/for-demo/
5
5
CLI="python $U1DB_SRC/u1db-client"
 
6
export PYTHONPATH=$U1DB_SRC
6
7
 
7
8
rm -vf *.u1db
8
9
python $U1DB_SRC/u1db-serve &