update readme and add sql file
This commit is contained in:
Binary file not shown.
@@ -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)
|
||||
- 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
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user