접근
- 브라우저를 열고 아래 주소로 이동하세요:
https://<SERVER_IP>/index.php/setup - 웹 설치 마법사를 따라 설정을 완료하세요.
보안 (중요)
초기 설정 후 다음 줄을 교체하세요: DISABLE_SETUP=false 포함 DISABLE_SETUP=true in /var/www/invoiceplane/ipconfig.php 설정 페이지에 대한 무단 접근을 차단하려면 위 조치가 필요합니다.
sed -i 's/DISABLE_SETUP=false/DISABLE_SETUP=true/g' /var/www/invoiceplane/ipconfig.php
자격증명
저장 위치: /root/.invoiceplane-credentials
보기:
cat /root/.invoiceplane-credentials
포함:
- 데이터베이스 이름, 사용자, 비밀번호
- MariaDB root 비밀번호
- 애플리케이션 URL
주요 파일 및 디렉토리
- 설치 디렉토리:
/var/www/invoiceplane - 주요 설정:
/var/www/invoiceplane/ipconfig.php - Nginx 설정:
/etc/nginx/sites-available/invoiceplane.conf - 자격 증명 파일:
/root/.invoiceplane-credentials
서비스 관리
# Check services
systemctl status nginx
systemctl status mariadb
systemctl status php8.3-fpm
# Restart services
systemctl restart nginx
systemctl restart mariadb
systemctl restart php8.3-fpm