Don't stream images until they are fully calculated
[phoros.git] / start-phoros-server.sh
blob46fadc671aa269a0b1e22b274116e902c2f432da
1 #! /bin/bash
3 pg_credentials='--host=my_db_server --database=phoros_workspace --user=some_db_user --password=wonttell'
4 pg_aux_credentials='--host=my_db_server --aux-database=phoros_aux --user=some_db_user --password=wonttell'
6 cd phoros
8 ./phoros --server --common-root=/path/to/all/projects/ \
9 $pg_credentials $pg_aux_credentials \
10 --login-intro="<b>Our Phoros Project</b>" \
11 --login-intro="Please use Firefox or one of its relatives." \
12 --login-intro="It is recommendable to set your browser cache size to about 2000 MB." \
13 --login-intro="etc."