mirror of
https://github.com/Pardus-LiderAhenk/lider-ahenk-docs.git
synced 2024-12-22 22:52:39 +03:00
ahenk.md güncellendi
This commit is contained in:
parent
dc17403402
commit
2c7c1158ec
1 changed files with 76 additions and 56 deletions
|
@ -26,35 +26,35 @@ Ahenk çekirdeği ve eklentiler sistemlere ayrı ayrı paketler olarak kurulabil
|
||||||
|
|
||||||
|
|
||||||
#####Ahenk Yapılandırma Dosyası
|
#####Ahenk Yapılandırma Dosyası
|
||||||
```
|
|
||||||
[BASE]
|
[BASE]
|
||||||
logconfigurationfilepath = /etc/ahenk/log.conf
|
logconfigurationfilepath = /etc/ahenk/log.conf
|
||||||
dbpath = /etc/ahenk/ahenk.db
|
dbpath = /etc/ahenk/ahenk.db
|
||||||
|
|
||||||
[PLUGIN]
|
[PLUGIN]
|
||||||
pluginfolderpath = /opt/ahenk/plugins/
|
pluginfolderpath = /usr/share/ahenk/plugins/
|
||||||
mainmodulename = main
|
mainmodulename = main
|
||||||
|
|
||||||
[CONNECTION]
|
[CONNECTION]
|
||||||
uid =
|
uid =
|
||||||
password =
|
password =
|
||||||
host =
|
host =
|
||||||
port = 5222
|
port = 5222
|
||||||
use_tls = false
|
use_tls = false
|
||||||
receiverjid =
|
receiverjid =
|
||||||
receiverresource =
|
receiverresource =
|
||||||
servicename =
|
servicename =
|
||||||
receivefileparam = /tmp/
|
receivefileparam = /tmp/
|
||||||
|
|
||||||
[SESSION]
|
[SESSION]
|
||||||
agreement_timeout = 30
|
agreement_timeout = 30
|
||||||
registration_timeout = 30
|
registration_timeout = 30
|
||||||
get_policy_timeout = 30
|
get_policy_timeout = 30
|
||||||
|
|
||||||
[MACHINE]
|
[MACHINE]
|
||||||
type = default
|
type = default
|
||||||
agreement = 1
|
agreement = 1
|
||||||
```
|
|
||||||
###BASE
|
###BASE
|
||||||
|
|
||||||
**logconfigurationfilepath:** log yapılandırma ayarlarını barındıran dosyanın yoludur. Varsayılan değer `/etc/ahenk/log.conf`'tur.
|
**logconfigurationfilepath:** log yapılandırma ayarlarını barındıran dosyanın yoludur. Varsayılan değer `/etc/ahenk/log.conf`'tur.
|
||||||
|
@ -98,44 +98,64 @@ agreement = 1
|
||||||
**agreement:** Kullanıcı sözleşmesinin sorulup sorulmadığı ile ilgili değer. Varsayılan olaran bu değer 1 olarak gelmektedir. Ahenk kurulduktan sonra agreement değerinin 1 olması kullanıcı sözleşmesinin onaya sunuculacağı anlamına gelmektedir. Bu değerin örneğin 2 olması kullanıcı sözleşmesinin onaya sunulmayacağı anlamına gelmektedir.
|
**agreement:** Kullanıcı sözleşmesinin sorulup sorulmadığı ile ilgili değer. Varsayılan olaran bu değer 1 olarak gelmektedir. Ahenk kurulduktan sonra agreement değerinin 1 olması kullanıcı sözleşmesinin onaya sunuculacağı anlamına gelmektedir. Bu değerin örneğin 2 olması kullanıcı sözleşmesinin onaya sunulmayacağı anlamına gelmektedir.
|
||||||
|
|
||||||
### Ahenk Kayıt
|
### Ahenk Kayıt
|
||||||
https://github.com/Pardus-LiderAhenk/ahenk/releases/download/v1.0.0/ahenk_1.0_amd64.deb adresşnden indirilen ahenk base paketi kurulumu yapıldıktan sonra yapılandırma dosyasından;
|
|
||||||
* host =
|
Ahenk paketi "repo.liderahenk.org" adresinde sunulmaktadır. Pardus bilgisayarlarda bu adres tanımlanarak ahenk paketi depodan yüklenebilmektedir. Bu deponun sisteminize tanımlanması için uçbirim(konsol)da;
|
||||||
* receiverjid =
|
|
||||||
* receiverresource =
|
sudo wget http://repo.liderahenk.org/liderahenk-archive-keyring.asc && sudo apt-key add liderahenk-archive-keyring.asc && rm liderahenk-archive-keyring.asc
|
||||||
* servicename =
|
|
||||||
|
komutları ile "liderahenk-archive-keyring.asc" key dosyası indirilerek sisteme yüklenmelidir. Ardından;
|
||||||
|
|
||||||
|
sudo add-apt-repository 'deb [arch=amd64] http://repo.liderahenk.org stable main'
|
||||||
|
|
||||||
|
komutu ile depo adresi "/etc/apt/sources.list" dosyasına eklenir. Bu adımı uçbirimde bir metin editörü(vi,nano,pico) yardımı ile ;
|
||||||
|
|
||||||
|
deb [arch=amd64] http://repo.liderahenk.org stable main
|
||||||
|
|
||||||
|
satırını "/etc/apt/sources.list" dosyasına elinizle de tanımlayabilirsiniz. Daha sonra;
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
|
komutu ile güncel paket listesini alınmalıdır.
|
||||||
|
|
||||||
|
sudo apt install ahenk
|
||||||
|
|
||||||
|
komutu ile güncel ahenk paketi kurulumu yapıldıktan sonra yapılandırma dosyasından;
|
||||||
|
|
||||||
|
host =
|
||||||
|
receiverjid =
|
||||||
|
receiverresource =
|
||||||
|
servicename =
|
||||||
|
|
||||||
alanları girilerek yapılandırma dosyası kaydedilerek çıkılır. Örneğin ahenk yapılandırma dosyası **sudo nano /etc/ahenk/ahenk.conf ** ile açılarak şu şekilde düzenlenirse;
|
alanları girilerek yapılandırma dosyası kaydedilerek çıkılır. Örneğin ahenk yapılandırma dosyası **sudo nano /etc/ahenk/ahenk.conf ** ile açılarak şu şekilde düzenlenirse;
|
||||||
|
|
||||||
|
[BASE]
|
||||||
|
logconfigurationfilepath = /etc/ahenk/log.conf
|
||||||
|
dbpath = /etc/ahenk/ahenk.db
|
||||||
|
|
||||||
```
|
[PLUGIN]
|
||||||
[BASE]
|
pluginfolderpath = /usr/share/ahenk/plugins/
|
||||||
logconfigurationfilepath = /etc/ahenk/log.conf
|
mainmodulename = main
|
||||||
dbpath = /etc/ahenk/ahenk.db
|
|
||||||
|
|
||||||
[PLUGIN]
|
[CONNECTION]
|
||||||
pluginfolderpath = /opt/ahenk/plugins/
|
uid =
|
||||||
mainmodulename = main
|
password =
|
||||||
|
host = 192.168.56.1
|
||||||
|
port = 5222
|
||||||
|
use_tls = false
|
||||||
|
receiverjid = lider_sunucu
|
||||||
|
receiverresource = Smack
|
||||||
|
servicename = im.liderahenk.org
|
||||||
|
receivefileparam = /tmp/
|
||||||
|
|
||||||
[CONNECTION]
|
[SESSION]
|
||||||
uid =
|
agreement_timeout = 30
|
||||||
password =
|
registration_timeout = 30
|
||||||
host = 192.168.56.1
|
get_policy_timeout = 30
|
||||||
port = 5222
|
|
||||||
use_tls = false
|
|
||||||
receiverjid = lider_sunucu
|
|
||||||
receiverresource = Smack
|
|
||||||
servicename = im.liderahenk.org
|
|
||||||
receivefileparam = /tmp/
|
|
||||||
|
|
||||||
[SESSION]
|
[MACHINE]
|
||||||
agreement_timeout = 30
|
type = default
|
||||||
registration_timeout = 30
|
agreement = 1
|
||||||
get_policy_timeout = 30
|
|
||||||
|
|
||||||
[MACHINE]
|
|
||||||
type = default
|
|
||||||
agreement = 1
|
|
||||||
```
|
|
||||||
Düzenleme işlemi tamamlandıktan sonra **sudo systemctl restart ahenk.service** komutu ahenk servisi tekrar başlatılarak, ahenk'in kayıt olması sağlanır.
|
Düzenleme işlemi tamamlandıktan sonra **sudo systemctl restart ahenk.service** komutu ahenk servisi tekrar başlatılarak, ahenk'in kayıt olması sağlanır.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue