|
Install NodeActa Server on Linux - Printable Version +- NodeActa Forum (https://nodeacta.com/forum) +-- Forum: NodeActa (https://nodeacta.com/forum/forumdisplay.php?fid=8) +--- Forum: Installation & Configuration (https://nodeacta.com/forum/forumdisplay.php?fid=3) +--- Thread: Install NodeActa Server on Linux (/showthread.php?tid=2) |
Install NodeActa Server on Linux - bob.alexander - 11-23-2025 Prepare Linux environment with required dependencies: sudo apt update sudo apt install -y wget unzip libtommath-dev libicu-dev systemd libaio1 Depending on the platform, libaio1 may not be available. In such cases, libaio1t64 should be available as an alternative. If you install NodeActa server using the default settings, the setup will download and install the Firebird 5.0 database server. If you prefer to use Oracle or MySQL as your primary database, you will need to choose the database type during the setup process. Important: The setup will not automatically install Oracle or MySQL servers. However, for Oracle, it will download and install the latest Oracle Instant Client. If you are updating NodeActa binaries over existing installation, please call: systemctl stop nodeacta.service Install NodeActa server: sudo dpkg -i nodeacta.server.x64.deb |