Get InnoCMS running locally or on a server in a few steps.
Requirements
- PHP 8.2+, Composer, Node.js
- MySQL 8.0+ / MariaDB 10.6+ (or SQLite)
Install
composer install
npm install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
npm run dev
Next
- Visit
/installfor the wizard, or use the seeded demo data directly - Log in to
/panelto manage content, switch themes and install plugins - Read the theme and plugin guides under the Documentation catalog