Sign in
apache
/
devlake
/
refs/heads/javascript-mvp
/
.
/
run.sh
blob: 3ad39553718e6c770de0cdb57b7a42cbbb0f9b43 [
file
]
#!/bin/sh
docker
-
compose up
-
d
npm i
npx sequelize
-
cli db
:
migrate
export ENRICHMENT_PORT
=
43000
export ENRICHMENT_HOST
=
0.0
.
0.0
export COLLECTION_PORT
=
43001
export COLLECTION_HOST
=
0.0
.
0.0
npm run all