MyronCMS Core v1.1.12 ======================= This directory contains the installable MyronCMS Core package and supporting verification files for the Apollo public release. Primary file: myroncms-core-v1.1.12.zip Checksum: myroncms-core-v1.1.12.zip.sha256 Hosting panel install: 1. Download myroncms-core-v1.1.12.zip. 2. Upload it to the document root for the target domain. 3. Extract it in place. 4. Visit the domain in a browser. 5. Follow the MyronCMS installer. Do not extract into an extra nested folder unless you intend MyronCMS to live at that path. Linux SSH install: cd /path/to/your/web/root curl -fsSLO https://downloads.myroncms.com/core/v1.1.12/myroncms-core-v1.1.12.zip curl -fsSLO https://downloads.myroncms.com/core/v1.1.12/myroncms-core-v1.1.12.zip.sha256 sha256sum -c myroncms-core-v1.1.12.zip.sha256 unzip myroncms-core-v1.1.12.zip macOS / BSD SSH install: cd /path/to/your/web/root curl -fsSLO https://downloads.myroncms.com/core/v1.1.12/myroncms-core-v1.1.12.zip curl -fsSLO https://downloads.myroncms.com/core/v1.1.12/myroncms-core-v1.1.12.zip.sha256 shasum -a 256 -c myroncms-core-v1.1.12.zip.sha256 unzip myroncms-core-v1.1.12.zip Minimum requirements: - PHP 8.1 or newer - MySQL 5.7+ or compatible MariaDB - Apache with .htaccess and rewrite support - Writable storage and upload paths after installation Core is free/open source under AGPL-3.0-only. Paid first-party Modules are redeemed and installed after Core setup.