Mercurial > hg > LGDataverses
comparison scripts/database/homebrew/devinstall @ 10:a50cf11e5178
Rewrite LGDataverse completely upgrading to dataverse4.0
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 08 Sep 2015 17:00:21 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 9:5926d6419569 | 10:a50cf11e5178 |
|---|---|
| 1 #!/bin/sh | |
| 2 cd scripts/installer | |
| 3 export DB_NAME=dataverse_db | |
| 4 export DB_PORT=5432 | |
| 5 export DB_HOST=localhost | |
| 6 export DB_USER=dataverse_app | |
| 7 export DB_PASS=secret | |
| 8 export RSERVE_HOST=localhost | |
| 9 export RSERVE_PORT=6311 | |
| 10 export RSERVE_USER=rserve | |
| 11 export RSERVE_PASS=rserve | |
| 12 export SMTP_SERVER=localhost | |
| 13 export HOST_ADDRESS=`hostname` | |
| 14 export FILES_DIR=$HOME/dataverse/files | |
| 15 export MEM_HEAP_SIZE=2048 | |
| 16 export GLASSFISH_DOMAIN=domain1 | |
| 17 export GLASSFISH_ROOT=/Applications/NetBeans/glassfish4 | |
| 18 cp pgdriver/postgresql-9.1-902.jdbc4.jar $GLASSFISH_ROOT/glassfish/lib | |
| 19 cp ../../conf/jhove/jhove.conf $GLASSFISH_ROOT/glassfish/domains/$GLASSFISH_DOMAIN/config/jhove.conf | |
| 20 ./glassfish-setup.sh |
