mirror of
https://github.com/Pardus-LiderAhenk/lider-ahenk-docs.git
synced 2024-11-09 17:42:22 +03:00
from v2 to v3 added
This commit is contained in:
parent
164c04bc76
commit
6e6dcadd0e
1 changed files with 23 additions and 0 deletions
23
docs/installation/lider/lider_upgrade.md
Normal file
23
docs/installation/lider/lider_upgrade.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
**Lider v2 den Lider v3 e Güncelleme**
|
||||
|
||||
Lider v2 sunucusunda sırasıyla aşağıdaki komutlar çalıştırılır;
|
||||
|
||||
````
|
||||
wget https://liderahenk.org/downloads/liderahenk_v2_to_v3.sh
|
||||
````
|
||||
|
||||
````
|
||||
chmod +x liderahenk_v2_to_v3.sh
|
||||
````
|
||||
|
||||
Aşağıdaki komut çalıştırmadan önce parametre ($lider_server_ip_address) olarak Lider Sunucu IP adresi verilir.
|
||||
|
||||
|
||||
````
|
||||
sudo /bin/bash liderahenk_v2_to_v3.sh $lider_server_ip_address
|
||||
````
|
||||
|
||||
Örn: sudo /bin/bash liderahenk_v2_to_v3.sh 192.168.*.*
|
||||
|
||||
Ardından tarayıcıdan Liderahenk uygulaması açılır ve login olunur. Aşağıdaki ayarlar uygulanır.
|
Loading…
Reference in a new issue