접근
- 브라우저를 열고 다음 주소를 방문하세요:
https://<SERVER_IP>/index.php/setup - Follow the web installer to finish setup
Security (IMPORTANT)
After the initial setup, replace the line DISABLE_SETUP=false with DISABLE_SETUP=true in /var/www/invoiceplane/ipconfig.php to prevent unauthorized access to the setup page.
sed -i 's/DISABLE_SETUP=false/DISABLE_SETUP=true/g' /var/www/invoiceplane/ipconfig.php
자격 증명
저장 위치: /root/.invoiceplane-credentials
View:
cat /root/.invoiceplane-credentials
Contains:
- Database name, user, password
- MariaDB root password
- Application URL
중요한 파일 및 디렉터리
- 설치 디렉터리:
/var/www/invoiceplane - Main config:
/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