이런 저런 자료들을 참고하여 일괄설치 스크립트를 구성해 보았습니다.


설치내역에 나열된 부분이 일괄로 설치됩니다.


설치 완료 후 mariaDB 설정 부분은 별도로 진행하여야 합니다.



출처 : https://github.com/YYMofROK/apmsetuponcentos7




APM install on Centos7 Script

What this script installs ( 설치내역 )

  • Apache2.x
  • PHP7.2.x
  • MariaDB
  • vsftpd

STEP1.DownLoad File

STEP2. Move the apmsetup.sh File

shell> mv ./apmsetup.sh /root

STEP3.Grants execute permission to the downloaded file.

shell> chmod 701 /root/apmsetup.sh

STEP4.Execute the file.

shell> /root/apmsetup.sh