swsnu/swpp2019-team12

[COM] Run configurations

NSYT0607 opened this issue · 0 comments

requirements.txt로 dependency 설치.

docker download for Mac

https://hub.docker.com/?overlay=onboarding

docker 설치된 상태 + 실행된 상태에서 터미널에

docker pull redis
docker run -p 6379:6379 -d redis:2.8

runserver시 8001포트로 열기.

python manage.py runserver 8001

Google STT 설정

brew install nvm
cd server-stt
nvm install 11.10.1
nvm use 11.10.1
yarn install
node app.js
zshell이나 bash 파일로 이동
# Google Stt
export GOOGLE_APPLICATION_CREDENTIALS="/Users/taeyoungjang/SWPP/new-team12/swpp2019-team12/private/google_stt_service_key.json" 추가 (가운데 부분은 key 경로)
source ~/.zshrc