네이버 클라우드 플랫폼 MICRO 는 1년간 무료이다.
centos 에 nginx 로 php7.1, mariadb, nginx 로 APM 설정을 하였다.
진행 하나하나 마다 오류가 계속되었다.
php-fpm 부터 nginx root 까지 하나도 그냥 잘 되는게 없었다.
phpMyAdmin 도 root 문제로 고생하다가, 심볼릭 링크로 해결하였다.
xe3는 rewrite mod 를 활성화 해야 하므로
https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0 를 참고하여 include 했다.
class 'ZipArchive' not found 때문에도 인스톨이 막혔다.
zip을 설치하고 systemctl restart php-fpm 를 통해 재실행을 시킨다.
6 yum --enablerepo=epel install php71-zip
7 yum --enablerepo=remi-php71 install zip unzip php-zip
8 yum --enablerepo=remi-php71 install php-zip
9 yum --enablerepo=remi-php71 install php71-zip
10 yum --enablerepo=remi-php71 install php-pecl-zip
설치 완료 화면 전에 timeout 이 걸리긴 했지만, 동작은 하는 것 같다.
* 도메인을 신청하고 dns를 cloudflare로 설정해 https 사용이 가능하였다.
도메인 신청 업체에는 네임서버를 cloudflare로 지정한다.(항상 도메인이 호스팅과 연결되는 부분이 혼동된다.
나중에 NCP DNS 도 써봐야겠다.
네임서버
alexis.ns.cloudflare.com
deb.ns.cloudflare.com
댓글 달기