moved some installation steps from getting started to the installation guide

This commit is contained in:
2026-05-13 23:15:26 +02:00
parent 36a58cded8
commit 909cbf5aed
2 changed files with 11 additions and 13 deletions

View File

@@ -1,11 +1 @@
After [[Installation|installing]] Sentri, it is recommended to review the initial configuration settings. 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.

View File

@@ -58,7 +58,7 @@ Then edit the configuration file and update the database credentials:
``` ```
/var/www/sentri/pub/config.php /var/www/sentri/pub/config.php
``` ```
# First Login ### First Login
Open your website in a browser and log in with the default credentials: Open your website in a browser and log in with the default credentials:
``` ```
Username: superuser Username: superuser
@@ -67,5 +67,13 @@ Password: changethispassword
> [!WARNING] > [!WARNING]
> After logging in change the superuser password! > After logging in change the superuser password!
# Getting started ### Global settings
After completing the installation, continue with the [[Getting Started]] guide to configure and begin using Sentri. 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.