Mikrohullámú sütő

E-kereskedelmi funkcióval ellátott, drag-and-drop alapú weboldal-készítő és tartalomkezelő rendszer.

Accessing Microweber

  1. Nyissa meg a böngészőjét, és látogasson el a következő weboldalra: http://<SERVER_IP>
  2. Complete setup via web installer.

Fontos fájlok és könyvtárak

  • Telepítési könyvtár: /var/www/microweber
  • Apache konfiguráció: /etc/apache2/sites-available/microweber.conf
  • Storage: /var/www/microweber/storage
  • Konfiguráció: /var/www/microweber/config
  • User files: /var/www/microweber/userfiles

SSL engedélyezése domainnel

1. Irányítsa domainjét a szerver IP-címére.

2. Edit Nginx config and replace ServerName <IP>; a domainjével (<your-domain>):

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

3. Telepítse a Certbotot:

apt install -y certbot python3-certbot-apache

4. Futtassa a következő parancsot egy érvényes Let’s Encrypt tanúsítvány létrehozásához:

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

5. Restart Nginx to apply the changes:

systemctl restart apache2

6. Nyissa meg a böngészőjét, és keresse fel a következő weboldalt: https://yourdomain.com

Megjegyzések

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

Az alkalmazás részletei