Skip to main content

매치드 설치 매뉴얼

매치드 홈페이지 프론트엔드

http://git.daboryhost.com:10880/matched/matched-home-web.git

매치드 홈페이지 백엔드

http://git.daboryhost.com:10880/matched/matched-home-api.git

매치드 관리자페이지 프론트엔드

http://git.daboryhost.com:10880/matched/matched-admin-web.git

매치드 관리자페이지 백엔드

http://git.daboryhost.com:10880/matched/matched-admin-api.git

매치드 소켓서버

http://git.daboryhost.com:10880/matched/matched-msg-api.git

매치드 메일 스케쥴링 서버

http://git.daboryhost.com:10880/matched/matched-mailer.git

매치드 카카오톡 서버

http://git.daboryhost.com:10880/matched/matched-kakao-talk-sender.git

매치드 스케쥴러

http://git.daboryhost.com:10880/matched/matched-scheduler.git

매치드 구독 스케쥴러

http://git.daboryhost.com:10880/matched/matched-subscription-scheduler.git

 

설치 방법

!! REQUIREMENTS !!

  1. REDIS 설치
    1. yum install redis
  2. Node.JS 설치
  3. PM2 설치
    1. npm install pm2 -g
  4. JAVA 설치
    1. yum install -y java-11-openjdk-devel.x86_64