start.sh 294 B

12345678910111213
  1. #!/bin/sh
  2. cd "$(dirname "$0")"
  3. if ! [ -d "run" ]; then
  4. mkdir -p run/web
  5. cp -fR res/eliasdb.config.json run
  6. cp -fR res/scripts run
  7. cp -fR res/frontend/*.html run/web
  8. cp -fR res/frontend/assets run/web
  9. cp -fR res/frontend/dist run/web
  10. fi
  11. cd run
  12. ../../../eliasdb server -ecal-console