-
0.1.9 Pre-Release
released this
2025-04-21 14:17:45 +00:00 | 31 commits to main since this releaseSetup
mkdir games-db cd games-db chmod +x setup.sh ./setup.sh
This script prepares all directories, configuration, and translation files.
Build and Start the App
cd steam-gift-manager/ docker-compose build --no-cache docker-compose up -d
Optional:
cd .. ./translate.sh
Edit the .po files in steam-translations/de_DE/LC_MESSAGES/messages.po and steam-translations/en_US/LC_MESSAGES/messages.po
./translate.sh cd steam-gift-manager/ docker-compose restart steam-manager
Downloads