Микровебер

A Drag-and-Drop website builder and CMS with E-commerce.

Accessing Microweber

  1. Откройте браузер и перейдите по адресу: http://<SERVER_IP>
  2. Complete setup via web installer.

Важные файлы и каталоги

  • Каталог установки: /var/www/microweber
  • Конфигурация Apache: /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.

Детали заявки