Documentation
Install LiteShoper Core
Requirements
- PHP 8.0+ with
mysqli,zip,json,openssl - MySQL 5.7+ or MariaDB 10.3+
- Apache with
mod_rewrite(or nginx equivalent) - Writable folders:
uploads/,storage/
Download
Get the latest core ZIP from the homepage or /download/core. The version label on the download page matches version.php inside the package.
Installation steps
- Extract the ZIP to your document root (e.g.
public_htmlorhtdocs/mysite). - Set folder permissions to 755 and files to 644 (see
install-help.htmlif the installer shows a blank page). - Visit
https://your-domain.com/install.phpin your browser. - Enter database host, name, user, and password.
- Create your admin username, email, and password.
- After success, log in to /admin.
After installation
- Core runs database migrations automatically on first request.
- When you apply a core update later via System → Updates,
install.phpis removed automatically for security. - Configure your store URL in
config.phpif behind a reverse proxy or CDN.
Troubleshooting
- Blank installer — fix file permissions; open
fix-perms.phpthen retryinstall.php. - Database error — confirm MySQL user has CREATE/ALTER rights for migrations.
- 404 on pages — enable
mod_rewriteand allow.htaccess.