# How To Deploy

## 🆕 YENİ BİR SİSTEM İÇİN KULLANILACAKSA

* Server'a MSSQL Server'ı kur
* CMS.bak dosyasını MSSQL Server'a restore et
* MSSQL Server hesabı oluştur ve CMS veri tabanına bağlanabilsin
* TCP-IP protokolünü SQL Server Configuration Manager > SQL Server Network Configuration > Protocols for (Uygulamak İstenen SQL Server Nesnesi)'dan Etkinleştir.
* TCP/IP > Özellikler > IP Adress > IPAll > TCP Port'a değer ver
* Bilgisayarın IP adresini statik yap
* Güvenlik Duvarı > Gelen Kurallar > Yeni Kural > Bağlantı Noktası > TCP / Belirli Yerel Bağantı Noktası = TCP Port'a verilen değer > Bağlantıya İzin Ver > Etkin Alan / Özel / Ortak > Ad ve Açıklama Girin > Son
* Setup'a Bas > Database Settings > Verileri doldur > Bağlan

## 📂 MEVCUT OLAN SİSTEME BAĞLANILACAKSA

* Sunucunun ağına bağlan
* Setup'a bas > Database settings bilgilerini sunucu yöneticisinden öğren > Verileri doldur > Bağlan


---

# Agent Instructions: 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:

```
GET https://cms.xdebuggers.com/how-to-deploy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
