Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/deploy/init.sh
2017-05-06 19:12:31 -04:00

13 lignes
290 o
Bash
Fichier exécutable

#!/bin/bash
set -ex
# TODO Doesn't scale, find another way to wait until db is ready
sleep 40
go get github.com/ewhal/nyaa
go generate ./...
go build
./nyaa -host 0.0.0.0 \
-port "${PANTSU_INTERNAL_PORT}" \
-dbtype "${PANTSU_DBTYPE}" \
-dbparams "${PANTSU_DBPARAMS}"