Uživatelské nástroje

Nástroje pro tento web


en_installation:prerequisites

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Následující verze
Předchozí verze
en_installation:prerequisites [2022/03/07 11:06] – vytvořeno kozaken_installation:prerequisites [2023/09/15 10:33] (aktuální) kozak
Řádek 1: Řádek 1:
-====== Installation prerequisites for ELA Blockchain node ® ======+====== Installation prerequisites for ELA Blockchain node ======
  
 ==== Basic requirements for node infrastructure: ==== ==== Basic requirements for node infrastructure: ====
  
-  * server with installed Linux Debian 10/11 64-bit +  * server with installed Linux Debian 12/11 64-bit 
-  * in case of VM it is necessary to have full virtualization (own kernel), due to use Docker containers +  * in case of VM it is necessary to have full virtualization (own kernel), due to use of Docker containers 
-  * subdomain blockchain.<company domain name> e.g. : blockchain.fccps.cz +  * subdomain blockchain.<company_domain_name> e.g. : blockchain.elachain.cz 
-  * public IP address, pointing to subdomain blockchain+  * public IP address, pointing to "blockchain" subdomain
  
 ==== Before installation it is necessary: ==== ==== Before installation it is necessary: ====
  
-Send email to [[kozak@elachain.cz|]] with following information:+Send email to [[kozak@elachain.cz|]] with the following information:
  
-  * contact for node owner +  * node owner contact 
-  * contact for technical person of the node (updates will be send to this contact) +  * technical person contact which will maintain the node (updates will be send to this contact) 
-  * domain under which node will run in the format blockchain.YourDomain+  * domain under which node will run in the format ''blockchain.YourDomain''
   * provider of HW/VM, where is node deployed   * provider of HW/VM, where is node deployed
  
-After receiving this information we will generate installation config **.install-env** which indispensable for the node installation. We will send it to you by email in encrypted archive.+After receiving this information we will generate installation config file **.install-env**  which is necessary for the node installation. We will send it to you by email in encrypted archive.
  
 ==== Hardware requirements: ==== ==== Hardware requirements: ====
Řádek 37: Řádek 37:
   * peer0.blockchain.<company domain name> e.g.: peer0.blockchain.fccps.cz   * peer0.blockchain.<company domain name> e.g.: peer0.blockchain.fccps.cz
   * peer1.blockchain.<company domain name>> e.g.: peer1.blockchain.fccps.cz   * peer1.blockchain.<company domain name>> e.g.: peer1.blockchain.fccps.cz
-  * při zřizování těchto subdomén nastavte jejich DNS záznamy tak, aby byly obě subdomény přiřazeny ke stejné pevné adrese, jako subdoména blockchain (nastavení A záznamu obou subdomén na vaši pevnou IP adresu) +  * assign DNS records of these two subdomains to the same public IP address like "blockchain" subdomain 
-  * pro jistotu ještě zkontrolujte, zda váš provider (v případě instalace na HW serveru vaše IT oddělenípovoluje přes svůj firewall přístup na následující porty (všechny tyto porty kompletní instalace blockchainu a aplikace Notarius využívá): +  * make sure that your provider (in case of your own HW, contact your IT departmentallows access for the following ports through the firewall (all these ports are used by full installed node and its applications): 
-      * 7051 (TCP) - IN/OUT +      * 7051 (TCP) - IN/OUT - used for peer0 communication 
-      * 8051 (TCP) - IN/OUT +      * 8051 (TCP) - IN/OUT - used for peer1 communication 
-      * 3000 (TCP) - IN/OUT +      * 3000 (TCP) - IN/OUT - gateway communication 
-      * 80 (TCP) - IN/OUT +      * 80 (TCP) - IN/OUT - http access for applications 
-      * 443 (TCP) - IN/OUT +      * 443 (TCP) - IN/OUT - https access for applications 
-      * 7050 (TCP) - OUT +      * 7050 (TCP) - OUT - communication port to orderer 
-  * pokud povolíte používání monitorovací služby collectd je ještě třeba povolit následující porty +  * if you allow using of Telegraf monitoring service, you have to enable following port in addition: 
-      * 25826 (UDP) - OUT +      * 8086 (TCP) - OUT
-      * 8125 (UDP) na interface docker_hfc_if (interface docker sítě, není potřeba ven z internetu)+
  
-Příklad pomocí iptables:+==== Your logo in Notarius application ====
  
-''iptables -A INPUT -i docker_hfc_if -p udp –dport 8125 -j ACCEPT''+If you want to have your own logo (see screenshot below) send us two images with a resolution of 250w X 50h px and 200w X 200h px in png format.
  
-Pokud máte nftables, přidejte do /etc/nftables.conf a restartujte nftables:+{{  :instalace:logo_notarius.jpg?direct&600  |logo_notarius.jpg}}
  
-''iifname "docker_hfc_if" udp dport 8125 counter accept''+==== Node control manual ====
  
-==== Vaše logo v aplikaci Notarius ==== +If you are interested in complete list of node control commands, it is possible to create access to our wiki.
- +
-Pokud chcete v Notarius aplikaci zobrazovat logo, je potřeba nám zaslat dva obrázky v rozlišení 250w X 50h px 200w X 200h px nejlépe ve formátu png. +
- +
-[[{{:instalace:logo_notarius.jpg?direct&600|logo_notarius.jpg}}]] +
- +
-==== Manuál k ovládání nodu ==== +
- +
-Pokud máte zájem o kompletní seznam příkazů na ovládání noduje možnost Vám vytvořit přístup do naší wiki.+
  
  
en_installation/prerequisites.1646647615.txt.gz · Poslední úprava: 2022/03/07 11:06 autor: kozak