Hard deck 143

004 PM2 실행되지 않음

- 삭제 후 재설치 https://dev-tatolee.tistory.com/m/9 [node.js] pm2 실행 안되는 오류 해결 pm2를 설치했는데 찾지 못하는 오류 해결방법 pm2를 pc에서 다른 사용자로 쓰려고 하는데 pm2를 방금 설치했는데도 찾지 못하는 오류를 겪었다. 설치를 하고 pm2 start app.js를 입력하면 'pm2'은(는) 내 dev-tatolee.tistory.com 사용자 변수 혹은 시스템 변수에 경로 추가 - 재부팅

프로젝트 007 : google analytics 사용하여 방문자 분석기 추가

0. 되어야 하는 그림 - 방문자 분석기 추가 1. 구현 방식 google analytics plugin 사용 2. 워크플로 - github에 repository로 기존 파일 올림 - http 주소 할당받아 google analytics 방문자 분석에 주소 추가 - 트래킹 고유 태그 깃헙 소스코드 head부분에 업데이트 3. 정상 작동 확인 - pc로 접속 - 핸드폰으로 접속 (구현 화면) https://riptaggart.github.io/visitor_traking_html/index.html (소스 코드) https://github.com/riptaggart/visitor_traking_html (google analytics) https://analytics.google.com/analytics/..

프로젝트 006 : tawk 플러그인 사용하여 채팅 기능 추가

0. 되어야 하는 그림 - 페이지 우측 하단에 채팅 기능 추가 1. 구현 방식 -tawk 플러그인 이용 2. 워크플로 - tawk 가입 - 소스코드 복사 - 3. 테스트 - 정상 작동하는가? Y (구현 화면) https://riptaggart.github.io/tawk_chat_html/1.html WEB1 - html HTML CSS JavaScript HTML Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. Web browsers receive HTML documents from a web server or from local storage and ren..

프로젝트 005 : DISQUS 플러그인 사용하여 댓글기능 추가

0. 되어야하는 그림 - 1.html 페이지 하단에 댓글 기능 추가 1. 구현 방식 - Disqus 플러그인 가져올 것 2. 워크플로 - DISQUS 회원가입 후 ADMIN > YOUR SITES > NEW - 크리에이트 한 후, UNVERSIAL CODE 선택 - HTML에 복붙 3. 정상 작동 체크 (구현 화면) https://riptaggart.github.io/disqus-_comment_html/ (소스 코드) https://github.com/riptaggart/disqus-_comment_html GitHub - riptaggart/disqus-_comment_html Contribute to riptaggart/disqus-_comment_html development by creating..