Installation

Follow the guide to quickly setup your site and install the theme

Erlega comes as two versions to install. If you choose to start from scratch the theme plainkit contains only the theme files. But if you feel more like to have demo content preinstalled choose the theme demokit.

Local environment
  1. Start a server with MAMP, XAMPP, WAMPP, or php -S localhost:8000 kirby/router.php on the terminal, or something else you prefer.
  2. Copy contents from erlega-plainkit folder or erlega-demokit folder to your web root.
  3. Depending on your system visit localhost:8000/yourfoldername/panel or localhost/yourfoldername/panel with your browser
  4. Register - create an account
  5. Explore demo and settings
Server

There are many different ways to install Erlega theme on your server, you can follow the offical guide here. The quickest way is to upload all files from the Erlega theme folder to your domain root folder on your hosting provider or server. You can use any program or tool to do so.

Panel install

If you haven't installed your site in a local environment first, you'll have to set the panel install option inside the site/config/config.php file to be able to create an account for the first time. Once done remove the panel option again.

'panel' =>[
    'install' => true
],