Work on native gui

This commit is contained in:
2025-11-07 14:42:05 +01:00
parent d5d754d596
commit e80a0688cc
3 changed files with 38 additions and 2 deletions
+11 -1
View File
@@ -11,6 +11,7 @@ YMS Installation
- mupdf-tools for extended pdf file management
1.2 Native GUI
- python3-mysqldb
- Python GTK3
- python3-gi
- gir1.2-gtk-3.0
@@ -82,7 +83,16 @@ Configfile should be readable by webserver but not writeable.
chmod 640 config.inc
chgrp www-data config.inc
8. Start using YMS
8. Setup local GUI
Create a local database user with same name as your computer user and allow
database acces with current unix credentials:
mysql> CREATE USER 'ymsgui'@'localhost' IDENTIFIED BY 'geheim';
mysql> ALTER USER ymsgui@localhost IDENTIFIED VIA unix_socket;
Start ymdgui.py, default configuration file is automatically created
9. Start using YMS
Start your browser and login to YMS with the default username/password:
captain/captain