whippyshou/mastodon 기반 커스터마이징 버전
초보자도 쉽게 설치 가능한 자동화 스크립트 포함!
이 프로젝트는 whippyshou/mastodon 리포지토리를 기반으로 커스터마이징되었습니다.
install.sh
로 마스토돈 서버 자동 설치 (도커 기반)
- 서버에 Git, Docker, Docker Compose 설치
- 리포지토리 클론
git clone https://github.com/yourname/mastodon.git
cd mastodon
cp .env.production.sample .env.production
nano .env.production # 환경 설정 편집
./install.sh