more README.md
This commit is contained in:
parent
c939a50690
commit
3313935388
16
README.md
16
README.md
|
@ -44,30 +44,30 @@ cd steam-gift-manager
|
||||||
Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) installed.
|
Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) installed.
|
||||||
|
|
||||||
### 3. **Initial Setup**
|
### 3. **Initial Setup**
|
||||||
|
```
|
||||||
chmod +x setup.sh
|
chmod +x setup.sh
|
||||||
./setup.sh
|
./setup.sh
|
||||||
|
```
|
||||||
|
|
||||||
This script prepares all directories, configuration, and translation files.
|
This script prepares all directories, configuration, and translation files.
|
||||||
|
|
||||||
### 4. **Build and Start the App**
|
### 4. **Build and Start the App**
|
||||||
|
```
|
||||||
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
|
||||||
|
```
|
||||||
|
|
||||||
### 5. **Initialize and Edit Translations (Optional)**
|
### 5. **Initialize and Edit Translations (Optional)**
|
||||||
|
```
|
||||||
./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
|
||||||
|
```
|
||||||
./translate.sh
|
./translate.sh
|
||||||
cd steam-gift-manager/
|
cd steam-gift-manager/
|
||||||
docker-compose restart steam-manager
|
docker-compose restart steam-manager
|
||||||
|
```
|
||||||
|
|
||||||
### 6. **Open the App**
|
### 6. **Open the App**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue