Installing and Using Delphi 10.2 Tokyo Linux PAServer

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

이메일 주소는 공개되지 않습니다. (* 질문, 건의사항 등은 "질문게시판"을 이용해주세요)