update readme and add sql file

This commit is contained in:
Erkan IŞIK
2026-07-01 17:07:55 +03:00
parent 7d5b3c6d04
commit 6a9f41c88b
2 changed files with 21 additions and 0 deletions
Binary file not shown.
+21
View File
@@ -27,6 +27,27 @@ Pisi Linux topluluk web sitesi. [ZN Framework](https://znframework.com) ile geli
- Çoklu dil desteği (tr, en, de, az, bg, ir) - Çoklu dil desteği (tr, en, de, az, bg, ir)
- Güvenlik: Captcha, oturum tabanlı hız sınırlama - Güvenlik: Captcha, oturum tabanlı hız sınırlama
## Kurulum
```bash
# 1. Config dosyalarını oluşturun
cp Projects/Frontend/Config/Database.php.example Projects/Frontend/Config/Database.php
cp Projects/Frontend/Config/Services.php.example Projects/Frontend/Config/Services.php
# 2. Veritabanı ve SMTP bilgilerinizi girin
nano Projects/Frontend/Config/Database.php
nano Projects/Frontend/Config/Services.php
```
`Database.php.example` ve `Services.php.example` dosyalarını `.php` olarak kopyalayıp içindeki boş alanları kendi sunucu bilgilerinizle doldurun. Bu dosyalar `.gitignore` ile korunur, git'e eklenmez.
## Yönetim Paneli
Yönetim paneline `https://panel.xxxyz.com` adresinden erişilir.
- **Kullanıcı adı:** admin
- **Parola:** 12345678
## Geliştirme ## Geliştirme
```bash ```bash