Jveloper

2019. 07. 16 이머시브 수업 8주차 - 2일(mongoose update, find / aws pm2 / pm2를 대체할수있는 자동update - Samba) 본문

Project/OwlPost

2019. 07. 16 이머시브 수업 8주차 - 2일(mongoose update, find / aws pm2 / pm2를 대체할수있는 자동update - Samba)

Jveloper 2019. 7. 17. 00:53

 

updata 할때 mongoDB mongoose 차이점, 주의할점

 

 

 

많은걸 업데이트하기 위해서 위에는 update를 주고 세줄아래의 코드는 updateOne으로 작성했다

update 가 잘 되지않는다면 updateMany를 사용해도 된다

나는 update를 썼다가 뭔가 warning같은느낌의 글씨가 떠서 updateMany로 수정했다

 


mongoDB의 mongoose를 사용할때 find와 findOne의 차이점 


git clone을 받고 pm2를 잘 껐다 키자...

- 안에서 어떻게 구동되는지는 모르겠지만 pm2를 껐다켜야 코드가 update 되는것같았다

- 계속 client단에서 불러오지 못하고 error가 났는데 pm2를 껐다키니까 바로 해결이 되었다

참고자료: https://jybaek.tistory.com/716

 

이게 번거롭다면 아래 방법도 살펴보자


ec2 ubuntu 환경에서의 samba(install, set up)

- 자동 업데이트

- VScode 열어서 바로 ubuntu 내의 git code 수정가능

- ec2 computer local computer file system 이용해서 모든게 가능

- 큰 프로젝트에서는 서버단에서 vim만 들여다볼 수 없으니 samba를 이용해서 vscode를 보면서 사용하는듯싶다

참고자료1 :  https://proletariat.tistory.com/38

참고자료2 : https://support.apple.com/ko-kr/HT204445

Comments