From 909cbf5aed64cdc70a8b03ecbe86e5b8c6a9eb75 Mon Sep 17 00:00:00 2001 From: Meteo Date: Wed, 13 May 2026 23:15:26 +0200 Subject: [PATCH] moved some installation steps from getting started to the installation guide --- Getting Started.md | 10 ---------- Installation.md | 14 +++++++++++--- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Getting Started.md b/Getting Started.md index 6e12f3d..8adede0 100644 --- a/Getting Started.md +++ b/Getting Started.md @@ -1,11 +1 @@ After [[Installation|installing]] Sentri, it is recommended to review the initial configuration settings. -# Reset superuser password -First, make sure to reset the superuser password. -# Global settings -Go to [[Portal Management/Global|Global]] under Portal Management and rename the portal to your preference. - -Next, configure the SMTP connection in [[Portal Management/Mail|Mail]] under Portal Management so Sentri can send emails. - -Finally, enable the [[index#Modules|modules]] you want to use in [[Portal Management/Modules|Modules]] under Portal Management. -# Create users and check permissions -Create administators and set the right permissions. diff --git a/Installation.md b/Installation.md index 8581a02..75c4928 100644 --- a/Installation.md +++ b/Installation.md @@ -58,7 +58,7 @@ Then edit the configuration file and update the database credentials: ``` /var/www/sentri/pub/config.php ``` -# First Login +### First Login Open your website in a browser and log in with the default credentials: ``` Username: superuser @@ -67,5 +67,13 @@ Password: changethispassword > [!WARNING] > After logging in change the superuser password! -# Getting started -After completing the installation, continue with the [[Getting Started]] guide to configure and begin using Sentri. \ No newline at end of file +### Global settings +Go to [[Global|Global]] under Portal Management and rename the portal to your preference. + +Next, configure the SMTP connection in [[Mail|Mail]] under Portal Management so Sentri can send emails. + +Finally, enable the [[index#Modules|modules]] you want to use in [[Modules|Modules]] under Portal Management. +### Create users and check permissions +Go to the +### Getting started +After completing the installation, continue with the [[Getting Started]] guide to configure and begin using Sentri.