stack
stack copied to clipboard
PHP 5.3 ~ 8.2 + Nginx + Let's Encrypt + MariaDB + 앱 자동 설치
> CentOS 8 EOS - https://github.com/php79/stack/issues/56#issuecomment-741509611 Rocky Linux 8 https://rockylinux.org/ ``` Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®....
### 문제점 `-d ${INPUT_DOMAIN} -d www.${INPUT_DOMAIN}` 설정으로 domain.com, www.domain.com 이 항상 붙게 됨. 문제는 phpmyadmin.php79.net 발급시, 사용하지 않는 www.phpmyadmin.php79.net 까지 DNS 셋팅이 되어 있어야 함. > 관련 이슈 : https://github.com/php79/stack/issues/57#issuecomment-511252373...
let's encrypt ssl 업데이트시 에러 발생. ``` # /etc/cron.daily/php79-certbot-auto-renew Your system is not supported by certbot-auto anymore. Certbot will no longer receive updates. Please visit https://certbot.eff.org/ to check for other...
composer 로 설치하는 방법은 기존과 비슷한데, `--prefer-dist` 옵션만 추가됨 https://laravel.com/docs/8.x#via-composer-create-project ``` composer create-project --prefer-dist laravel/laravel blog ``` https://getcomposer.org/doc/03-cli.md --prefer-dist: Reverse of --prefer-source, Composer will install from dist if possible. This...
잘 사용하고있습니다. 네이버 ncloud 이용하여 이용중입니다. 몇가지 오류 및 문의 드립니다. 오류1 : 워드프레스 설치중 app/wordpress/install.sh 에서 ko 한국어 버전이 다운이 안되어 아래처럼 변경하여 설치하니 잘됩니다. && ~/wp core download...
### php 미설치 설정 stack.conf ``` # 2개 이상 설치할 수 있고, 모두 0으로 두어 모두 설치하지 않을 수 도 있습니다. PHP53=0 PHP54=0 PHP55=0 PHP56=0 PHP70=0 PHP71=0 PHP72=0 # PHP...
### 에러 mariadb 만 설치된 서버에서 업데이트시 다음 에러 발생 ``` [root@db-a stack]# ./self-update.sh php79 stack version 0.9.12 ### 업데이트전 nginx 설정을 먼저 테스트합니다. ### ./self-update.sh: line 16: /usr/sbin/nginx: 그런...
Problem 1 - Installation request for facebook/webdriver ^1.6 -> satisfiable by facebook/webdriver[1.6.0]. - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system php에...
# Laravel 과 차이점 - Document Root 가 public/ 이 아닌 .env 가 존재하는 상위 디렉토리임. - `cd ~/master && git clone --depth=1 --branch=master https://github.com/xpressengine/xpressengine.git public` - nginx rewrie 별도...
http://codeigniter-kr.org/ 3.0 - http://www.ciboard.co.kr/user_guide/kr/installation/index.html 2.1 - http://codeigniter-kr.org/user_guide_2.1.0/installation/index.html