Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ryhkml committed Dec 10, 2024
1 parent 8c3634d commit 41c8aa0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash

set -e

cat <<EOF >.env
COOKIE_PARSER_SECRET_KEY=""
CSRF_KEY="_CSRF"
# Optional
## For more information visit https://cloud.google.com/document-ai/docs/process-documents-client-libraries#client-libraries-usage-nodejs
GCP_PROJECT_ID=""
Expand All @@ -16,7 +13,7 @@ GCP_DOC_AI_PROCESSOR_NAME=""
GCP_DOC_AI_SKIP_HUMAN_REVIEW="0"
EOF

npm install
npm i --no-audit --no-fund

echo
echo "File .env created"
Expand Down

0 comments on commit 41c8aa0

Please sign in to comment.