setup_xsp.sh 297 B

1234567891011
  1. #!/bin/bash
  2. fw_depends nginx mono
  3. sed -i 's|localhost|'"$DBHOST"'|g' src/Web.config
  4. # extra cleaning
  5. rm -rf src/bin src/obj
  6. xbuild src/ServiceStackBenchmark.csproj /t:Clean
  7. xbuild src/ServiceStackBenchmark.csproj /p:Configuration=Release
  8. # xsp
  9. MONO_OPTIONS=--gc=sgen xsp4 --port 8080 -nonstop &