> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-pro.ayaka.space/on-premises/tr/kurulum/using-the-github-codespace.md).

# GitHub Codespace kullanımı

Overleaf Pro’nuzu kurmanın en kolay yolu, tüm ortam değişkenlerinin kutudan çıkar çıkmaz kullanabilmenizi sağlamak için önceden yapılandırıldığı GitHub Codespace’i kullanmaktır.

{% hint style="warning" %}
GitHub Codespaces kullanarak Docker konteynerleri çalıştırdığınızda, Codespace otomatik olarak kapanmaz ve faturalandırılmaya devam eder **faturalandırılır**. GitHub Codespaces faturalandırma kuralları için lütfen [github codespaces faturalandırma kuralları](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

GitHub Codespaces’inizi yönetmek için lütfen ziyaret edin <https://github.com/codespaces>. Artık ihtiyacınız olmadığında, lütfen Codespace’inizi zamanında silin.
{% endhint %}

Şunları **önceden yapılandırdık** aşağıdaki özellikleri:

* [x] Şablonlar Sistemi
* [x] Genel Kayıt
* [x] Sandbox Derleme
* [x] Overleaf için Git Köprüsü
* [x] İnceleme Paneli

{% stepper %}
{% step %}

### GitHub Codespace’inizi Oluşturun

GitHub Codespace’inizi oluşturmak için aşağıdaki düğmeye tıklayın. Sunucu yapılandırması açısından, **8 GB RAM’e sahip 2 çekirdek** bireysel günlük düzenleme için genellikle yeterlidir. Bir **küçük ekiple**, içinde işbirliği yapmayı planlıyorsanız, şu özelliklere sahip bir yapılandırma seçmenizi öneririz: **4 çekirdek veya daha fazla**.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ayaka-notes/overleaf)
{% endstep %}

{% step %}

### Overleaf Örneğini Başlatın

Codespace’iniz hazır olduğunda, Overleaf örneğinizi başlatmak için bash’inizde aşağıdaki komutu çalıştırın.

{% code title="bash" %}

```bash
./init.sh
```

{% endcode %}

{% hint style="info" %}
İhtiyacınız olan tüm docker imajlarını çekmemiz en az 3 dakika sürebilir; beklemeniz gerekebilir.
{% endhint %}

<figure><img src="/files/0c68f69d3eb4242cebbd72e7dc6e1445c3b13dcc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 80 Numaralı Portu Kullanılabilir Hale Getirin

şu sekmeye geçin: **Portlar** sekmesi, ardından 80 numaralı portu herkese açık hale getirmek için şu adımları izleyin.

<figure><img src="/files/5ea2fc98419352af9890eaed67bf86498f645b5e" alt=""><figcaption></figcaption></figure>

Bundan sonra, şu düğmeye tıklayabilirsiniz: **İletilmiş Adres** Overleaf örneğinizi ziyaret etmek için. Şunu eklemeniz gerekebilir: `/launchpad` Overleaf hoş geldiniz sayfasını ziyaret etmek için.
{% endstep %}

{% step %}

### Yönetici Hesabınızı Oluşturun

Yönetici hesabınızı ve şifrenizi girin, ardından Kayıt düğmesine tıklayın.

<figure><img src="/files/f30433087c69135d7a5bec06d21a91cb1015120b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Yazmanın tadını çıkarın

Şimdi, $$\LaTeX$$ yazmanın tadını çıkarın!

<figure><img src="/files/6785f84c66d2e7f8c7e2f36df2e9b335c3828b31" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://overleaf-pro.ayaka.space/on-premises/tr/kurulum/using-the-github-codespace.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.
