setup.sh 382 B

12345678910111213141516171819
  1. #!/bin/bash
  2. fw_depends java8
  3. FILE=beyondj-launcher/deploy/beyondj.jar
  4. DIRECTORY=results
  5. if [ ! -d "$DIRECTORY" ]; then
  6. mkdir results
  7. fi
  8. cd beyondj-launcher/deploy/
  9. fw_get http://beyondj.com/beyondj.jar
  10. chmod 775 beyondj.jar
  11. cd ../../
  12. echo "Launching BeyondJ from location:$PWD"
  13. java -jar beyondj-launcher/deploy/beyondj.jar system.platform.dbserver=${DBHOST} numInstances=10