Installation

Launch Simpl.CMS on your local machine using the terminal.

System Requirements

  1. PHP - v8.0 or later
  2. Composer - latest version
  3. Text Editor - We recomend Visual Studio Code
  4. Terminal - In order to run commands

New Project

To start a new project, we suggest using the create-project command. This command will download all the required files.

> composer create-project rondeo-balos/simpl-cms . --remove-vcs dev-main

Development server

To start developing, run the command below in your project directory:

> composer simpl:run

A browser window will automatically open at http://localhost. You can access the dashboard and manage your admin account at http://localhost/admin.

Upgrading

Content coming soon...

Next steps

After creating your Simpl.CMS project, you are now ready to begin building your website.