You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ sudo bash setup.sh
59
59
60
60
`setup.sh` ilk kurulumun tamamını yürütür:
61
61
62
-
- Python 3.10+ ile `venv`/`pip` bileşenlerini denetler. Python eksik veya eskiyse otomatik kurulum yapmadan, sistem dili Türkçeyse Türkçe; diğer dillerde İngilizce örnek Ubuntu komutunu gösterip durur.
62
+
- Kurulum boyunca sistem dili Türkçeyse Türkçe, diğer dillerde İngilizce mesajlar gösterir.
63
+
- Ubuntu 20.04'ün varsayılan Python 3.8 sürümü dahil Python 3.8+ ile `venv`/`pip` bileşenlerini denetler. Python eksik veya eskiyse otomatik kurulum yapmadan örnek Ubuntu komutunu gösterip durur.
63
64
- imapsync ve bağımsız MySQL/MariaDB bileşenlerini denetler; eksikleri kurar.
64
65
-`/opt/zimbra-migration` dizini ile kısıtlı `zimbra-migrator` servis kullanıcısını oluşturur.
65
66
-`zimbra_migration` veritabanını ve yalnızca bu veritabanında CRUD yetkili kullanıcıyı oluşturur.
@@ -200,7 +201,8 @@ sudo bash setup.sh
200
201
201
202
`setup.sh` performs the complete first-time installation:
202
203
203
-
- Checks for Python 3.10+ and the `venv`/`pip` components. If Python is missing or outdated, it does not install Python automatically; it stops and prints an example Ubuntu command in Turkish when the system locale is Turkish, or in English otherwise.
204
+
- Displays Turkish messages throughout installation when the system locale is Turkish, and English messages for every other locale.
205
+
- Supports Ubuntu 20.04's default Python 3.8 and checks for Python 3.8+ with the `venv`/`pip` components. If Python is missing or outdated, it does not install Python automatically; it stops and prints an example Ubuntu command.
204
206
- Checks imapsync and the independent MySQL/MariaDB service, installing missing components.
205
207
- Creates `/opt/zimbra-migration` and the restricted `zimbra-migrator` service account.
206
208
- Creates the `zimbra_migration` database and a user limited to CRUD access on that database.
0 commit comments