콘텐츠로 이동

설치

요구사항

  • Docker

빠른 시작

git clone https://github.com/cobel1024/minima && cd minima
sh dev.sh up

Installation

이미지 다운로드, 빌드, 서비스 시작, 데모 데이터 생성까지 자동으로 진행됩니다. 처음 설치는 10분, 재설치는 3분 정도 걸립니다.

Installation

설치 완료 후 바로 사용할 수 있습니다.

데모 계정

학습자 인터페이스: http://student.localhost:5173 이메일: admin@example.com / 비밀번호: 1111

콘텐츠 스튜디오: http://studio.localhost:5173/studio 이메일: admin@example.com / 비밀번호: 1111

튜터 인터페이스: http://tutor.localhost:5173/tutor 이메일: admin@example.com / 비밀번호: 1111

관리자 패널: http://localhost:8000/admin/ 이메일: admin@example.com / 비밀번호: 1111

인프라

삭제

sh dev.sh clean

서비스와 데이터를 삭제합니다. Docker 이미지는 남습니다.

로그

sh dev.sh logs -f --tail 100