setup-postgres.sh 140 B

123456789
  1. #!/bin/bash
  2. fw_depends crystal
  3. crystal deps install
  4. crystal build --release server-postgres.cr
  5. KEMAL_ENV=production ./server-postgres &