This commit is contained in:
nocci 2025-04-22 11:08:43 +02:00
parent 491ebb2423
commit 31c1fd1907
1 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ No more confusion about whether a key is redeemed, gifted, or still unused n
### 1. **Clone the Repository** ### 1. **Clone the Repository**
``` ```bash
git clone https://git.nocci.it/nocci/GiftGamesDB git clone https://git.nocci.it/nocci/GiftGamesDB
cd steam-gift-manager cd steam-gift-manager
``` ```
@ -47,7 +47,7 @@ Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https:
### 3. **Initial Setup** ### 3. **Initial Setup**
``` ```bash
chmod +x setup.sh chmod +x setup.sh
./setup.sh ./setup.sh
``` ```
@ -56,7 +56,7 @@ This script prepares all directories, configuration, and translation files.
### 4. **Build and Start the App** ### 4. **Build and Start the App**
``` ```bash
cd steam-gift-manager/ cd steam-gift-manager/
docker-compose build --no-cache docker-compose build --no-cache
docker-compose up -d docker-compose up -d
@ -64,13 +64,13 @@ docker-compose up -d
### 5. **Initialize and Edit Translations (Optional)** ### 5. **Initialize and Edit Translations (Optional)**
``` ```bash
./translate.sh ./translate.sh
``` ```
Edit the .po files in steam-translations/de/LC_MESSAGES/messages.po and en/LC_MESSAGES/messages.po Edit the .po files in steam-translations/de/LC_MESSAGES/messages.po and en/LC_MESSAGES/messages.po
``` ```bash
./translate.sh ./translate.sh
cd steam-gift-manager/ cd steam-gift-manager/
docker-compose restart steam-manager docker-compose restart steam-manager