> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/on-premises-cs/instalace/using-the-toolkit/3.-initialize-the-configuration.md).

# 3. Inicializujte konfiguraci

### Inicializace konfigurace <a href="#initializing-the-configuration" id="initializing-the-configuration"></a>

Pojďme inicializovat konfigurační soubory našeho nového serveru pomocí rozumných výchozích hodnot spuštěním příkazu bundle `bin/init` skript.

{% code title="Spusťte inicializaci" %}

```
bin/init
```

{% endcode %}

Tento skript **ne** přepíše všechny existující konfigurační soubory.

Nyní se podívejme na obsah `config/` adresáře pomocí `ls` příkazu:

{% code title="Vypsat adresář config" %}

```
ls config
```

{% endcode %}

Pokud bylo vše úspěšně inicializováno, měli byste vidět tři konfigurační soubory: `overleaf.rc`, `variables.env` a `verze`. Jedná se o hlavní konfigurační soubory serveru a umožňují vám přizpůsobit, jak váš server funguje a jak vaši uživatelé komunikují s vaší instancí.

| Název           | Popis                                             |
| --------------- | ------------------------------------------------- |
| `overleaf.rc`   | Hlavní konfigurační soubor nejvyšší úrovně.       |
| `variables.env` | Proměnné prostředí načtené do kontejneru Dockeru. |
| `verze`         | Verze obrazu Dockeru, kterou použít.              |

{% hint style="info" %}
Prozatím stačí vědět, že tyto soubory existují a kde je můžete najít. Později v dokumentaci projdeme každý z těchto souborů podrobněji a vysvětlíme, jak jimi můžete přizpůsobit svou instanci. Pokud chcete přeskočit dál, můžete si zobrazit úplný rozpis těchto konfiguračních souborů na stránce [Soubory a umístění](/on-premises/on-premises-cs/konfigurace/overleaf-toolkit/files-and-locations.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ayakaleaf-pro.ayaka.space/on-premises/on-premises-cs/instalace/using-the-toolkit/3.-initialize-the-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
