Microweber

Un generatore di siti web "drag-and-drop" e un CMS con funzionalità di e-commerce.

Accessing Microweber

  1. Apri il browser e visita: http://<SERVER_IP>
  2. Complete setup via web installer.

File e directory importanti

  • Directory di installazione: /var/www/microweber
  • Configurazione Apache: /etc/apache2/sites-available/microweber.conf
  • Storage: /var/www/microweber/storage
  • Configurazione: /var/www/microweber/config
  • User files: /var/www/microweber/userfiles

Abilitazione SSL con un dominio

1. Indirizza il tuo dominio all'IP del server.

2. Edit Nginx config and replace ServerName <IP>; con il tuo dominio (<your-domain>):

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

3. Installa Certbot:

apt install -y certbot python3-certbot-apache

4. Run the following command to generate a valid Let’s Encrypt certificate:

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

5. Restart Nginx to apply the changes:

systemctl restart apache2

6. Open your browser and visit: https://yourdomain.com

Note

  • 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.

Dettagli dell'applicazione