클론 후 npm run setup 한 줄로 끝나게 했다. docker/node 버전 사전 점검 → .env 생성 → 컨테이너 → 마이그레이션 → 시드 → 키워드 7,093건 적재까지. - scripts/setup.sh - scripts/requirements.txt — 엑셀 스크립트용 openpyxl (누락돼 있었다) - README 빠른 시작을 클론부터 시작하도록 수정, 포트/모델 다운로드 안내 추가 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
# 엑셀 산출 스크립트용 (scripts/export-xlsx.py, export-db-xlsx.py)
|
|
# pip3 install -r scripts/requirements.txt
|
|
openpyxl>=3.1
|