Getting started¶
Prerequisites¶
To run slcms you need a running webserver with at least php 7.2
.
Installation¶
Start by getting the latest Release from GitLab. Unpack the contents of the archive into your webroot.
At this stage, you should have a basic version of slcms running.
Generating Content¶
Content is located under the folder /webcontents
. Generating of the websites
happens automatically, based on the content in this folder.
Start by putting a file named Welcome.md
into the webcontents
folder and
put some text into it.
This will generate a nice welcome message on the startpage of your website.
Setting the title¶
To change the title of your website, place a file named .title
directly
into the webcontents
folder. The content of this file will be your new page
title.