Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- export DBHOSTNAME=""
- export DBSCHEMA=""
- export DBUSERNAME=""
- export DBPASSWORD=""
- export SERVERURL=""
- export DB_USERNAME=""
- export DB_PASSWORD=""
- export DB_URL=""
- save the above
- run sh sriptname.sh
- mvn clean install
- java -jar target/cs5200-spring2018-muralidharan-0.0.1-SNAPSHOT.war
Advertisement
Add Comment
Please, Sign In to add comment