Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

변경된 local 구동 방법 #115

Open
seuha516 opened this issue Dec 7, 2022 · 0 comments
Open

변경된 local 구동 방법 #115

seuha516 opened this issue Dec 7, 2022 · 0 comments
Labels

Comments

@seuha516
Copy link
Contributor

seuha516 commented Dec 7, 2022

로컬 구동

로컬에서 소켓을 작동시키는 방법이 일부 변경되었습니다.

  • 백엔드 .env를 삭제했습니다.
  • 프론트엔드 .env를 변경했습니다.
  • Docker를 사용할 경우 8001번 포트도 열어주세요.
  • redis-server을 실행시킨 후, /backend에서 daphne도 실행해주세요.
apt-get install redis-server -y
/etc/init.d/redis-server start
daphne -b 0.0.0.0 -p 8001 FITogether.asgi:application
@seuha516 seuha516 added documentation Improvements or additions to documentation notice and removed documentation Improvements or additions to documentation labels Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant