This guide installs October CMS using Composer.
composer create-project october/october october-site
cd october-site
Create a database and configure the connection in your .env file.
php artisan october:install
Open http://example.com/backend and complete the admin setup.
Check the October CMS installation guide or reach out via our contact page.