Installing and Using Delphi 10.2 Tokyo Linux PAServer
Delphi has been updated to version 10.2.
This is the first installation method for use on CentOS 7.
# yum -y update
# yum install -y firewalld
# systemctl unmask firewalld
# systemctl enable firewalld
# systemctl start firewalld
# firewall-cmd --permanent --add-port=64211/tcp
# firewall-cmd --reload
# yum group install "Development Tools"
# yum install wget curl-devel
# wget https://down.kilho.net/data/LinuxPAServer19.0.tar.gz
# tar xvfz ./LinuxPAServer19.0.tar.gz
# ./PAServer-19.0/paserver
# chmod +x {created_file}
# ./{created_file}











Leave a Reply