728x90
서버셋팅 (가비아 g클라우드서버)
1.5 아파치 설치
설치 확인 : httpd –v
아파치 설치 : yum -y install httpd*
아차피 시작 : systemctl start httpd
1.6 PHP 설치
PHP 설치 : yum -y install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json
1.7 마리아 DB 설치
마리아 설치 : yum -y install mariadb*
마리아 DB 시작 : systemctl start mariadb
root 권한 패스워드 설정 : /usr/bin/mysqladmin -u root password '패스워드'
728x90