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
- Start a server with MAMP, XAMPP, WAMPP, or
php -S localhost:8000 kirby/router.php
on the terminal, or something else you prefer. - Copy contents from
erlega-plainkit
folder orerlega-demokit
folder to your web root. - Depending on your system visit
localhost:8000/yourfoldername/panel
orlocalhost/yourfoldername/panel
with your browser - Register - create an account
- 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
],