Recent disruptions to two undersea internet cables in the Baltic Sea have yet again...
1.1 Installing NFA on a server running Ubuntu
Run the below command to configure the NFA repository:
Ubuntu 20.04 #
wget -O /etc/apt/sources.list.d/nfa.ubuntu20.list http://repo-nfa.noction.com/ubuntu/nfa.ubuntu20.list curl -L http://repo-nfa.noction.com/repo.gpg | apt-key add -
Ubuntu 22.04 #
wget -O /etc/apt/sources.list.d/nfa.ubuntu22.list http://repo-nfa.noction.com/ubuntu/nfa.ubuntu22.list wget -O- http://repo-nfa.noction.com/trusted.gpg | sudo gpg --dearmor | sudo tee /usr/share/keyrings/repo-noction.gpg > /dev/null 2>&1
Ubuntu 24.04 #
wget -O /etc/apt/sources.list.d/nfa.ubuntu24.list http://repo-nfa.noction.com/ubuntu/nfa.ubuntu24.list wget -O- http://repo-nfa.noction.com/trusted.gpg | sudo gpg --dearmor | sudo tee /usr/share/keyrings/repo-noction.gpg > /dev/null 2>&1
Running the following command, Noction Flow Analyzer will be installed:
apt update DEBIAN_FRONTEND=noninteractive apt install nfa
Note: A properly configured firewall can greatly increase the security of your system. It is highly recommended that you configure a firewall for NFA. Should you need any help with this, please contact us at support@noction.com |
Please ensure that chronyd is started by default. If not, use the following command: systemctl start chronyd.
Note: Do not set any default ClickHouse user passwords during the installation process to ensure smooth NFA deployment. |