server 295 B

1234567891011121314151617
  1. #!/bin/sh
  2. # script/server: Launch the application and any extra required processes
  3. # locally.
  4. cat script/misc/oteascii.txt
  5. set -e
  6. cd $GOPATH/src/gitote/gitote
  7. script/update
  8. echo "==> Updating db…"
  9. # run all database migrations to ensure everything is up to date.
  10. go build