마이크로웨버

드래그 앤 드롭 방식의 웹사이트 빌더 및 전자상거래 기능을 갖춘 CMS입니다.

Accessing Microweber

  1. 브라우저를 열고 다음 주소를 방문하세요: http://<SERVER_IP>
  2. Complete setup via web installer.

중요한 파일 및 디렉터리

  • 설치 디렉터리: /var/www/microweber
  • 아파치 구성: /etc/apache2/sites-available/microweber.conf
  • Storage: /var/www/microweber/storage
  • 구성: /var/www/microweber/config
  • User files: /var/www/microweber/userfiles

도메인에 SSL 활성화하기

1. 도메인을 서버 IP로 연결하십시오.

2. Edit Nginx config and replace ServerName <IP>; 귀하의 도메인과 함께 (<your-domain>):

vim /etc/apache2/sites-available/microweber.conf

3. Certbot 설치:

apt install -y certbot python3-certbot-apache

4. 유효한 Let’s Encrypt 인증서를 생성하려면 다음 명령어를 실행하십시오:

certbot --apache --non-interactive --agree-tos --email [email protected] -d yourdomain.com

5. 변경 사항을 적용하려면 Nginx를 다시 시작하세요:

systemctl restart apache2

6. 브라우저를 열고 다음 주소를 방문하세요: https://yourdomain.com

메모

  • Runs on Apache (port 80).
  • .htaccess / rewrite is enabled.
  • Control user registration in Microweber: Settings > Login & Register > Register options
  • Ensure www-data owns the entire Microweber folder and has full write access to storage, config, and userfiles so the application functions correctly.

신청 세부사항