Quick Start: Run InnoCMS in a Few Steps
Quick Start: Run InnoCMS in a Few Steps
2026-09-23
InnoCMS
Product News
505
Quick Start: Run InnoCMS in a Few Steps

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 /install for the wizard, or use the seeded demo data directly
  • Log in to /panel to manage content, switch themes and install plugins
  • Read the theme and plugin guides under the Documentation catalog