@@ -12,11 +12,19 @@ Before starting, it's useful to read a bit about the [concepts of Part-DB]({% li
12121 . TOC
1313{: toc }
1414
15- ## Customize config files
15+ ## Customize system settings
1616
17- Before you start creating data structures, you should configure Part-DB to your needs by changing possible configuration
18- options.
19- This is done either via changing the ` .env.local ` file in a direct installation or by changing the env variables in
17+ Before starting creating datastructures, you should check the system settings to ensure that they fit your needs.
18+ After login as an administrator, you can find the settings in the sidebar under ` Tools -> System -> Settings ` .
19+ ![ image] ({% link assets/getting_started/system_settings.png %})
20+
21+ Here you can change various settings, like the name of your Part-DB instance (which is shown in the title bar of the
22+ browser), the default language (which is used if no user preference is set), the default timezone (which is used to
23+ display times correctly), the default currency (which is used to display prices correctly), and many more.
24+
25+ Some more fundamental settings like database connection, mail server settings, SSO, etc. are configured via environment variables.
26+ Environment variables also allow to overwrite various settings from the web interface.
27+ Environment variables can be changed by editing the ` .env.local ` file in a direct installation or by changing the env variables in
2028your ` docker-compose.yaml ` file.
2129A list of possible configuration options can be found [ here] ({% link configuration.md %}).
2230
4452
4553## (Optional) Customize homepage banner
4654
47- The banner which is shown on the homepage, can be customized/changed by changing the ` config/ banner.md ` file with a text
48- editor. You can use markdown and (safe) HTML here, to style and customize the banner.
55+ The banner which is shown on the homepage, can be customized/changed via the homepage banner setting in system settings.
56+ You can use markdown and (safe) HTML here, to style and customize the banner.
4957You can even use LaTeX-style equations by wrapping the expressions into ` $ ` (like ` $E=mc^2$ ` , which is rendered inline:
5058$E=mc^2$) or ` $$ ` (like ` $$E=mc^2$$ ` ) which will be rendered as a block, like so: $$ E=mc^2 $$
5159
@@ -202,4 +210,4 @@ later.
202210You can choose from your created datastructures to add manufacturer information, supplier information, etc. to the part.
203211You can also create new datastructures on the fly, if you want to add additional information to the part, by typing the
204212name of the new datastructure in the field and select the "New ..." option in the dropdown menu. See [ tips] ({% link
205- usage/tips_tricks.md %}) for more information.
213+ usage/tips_tricks.md %}) for more information.
0 commit comments