CakePHP2.x php7 エラー
エラー
Warning: _cake_core_ cache was unable to write ‘cake_dev_ja’ to File cache in/var/www/html/・・・/li ...
VPS Apache gzip リソースを圧縮 (+キャッシュ設定)
参考サイト:https://everyday-growth.com/?p=1946
有効か確認# cat/etc/httpd/conf.modules.d/00-base.conf...//下記ががあれば有効済みLoadModu ...VPS Lets Encrypt設定 自動更新
証明書のインストール# cd/home/ユーザー名# service httpd stop# yum update# yum -y install git# git --versiongit version 1.7.1# git clone ...
CakePHP3 intlモジュールインストール
intlモジュールをインストール//remiリポジトリの公開鍵を取り込む# rpm --import https://rpms.remirepo.net/RPM-GPG-KEY-remi//yum-config-manager コマンドのイ ...
お名前.com VPS 公開ディレクトリ(html)設定
rootグループに作業ユーザーを追加
作業ユーザーでアクセス出来るようにする
//追加# gpasswd -a ユーザー名 root//確認# id ユーザー名# root:x:0:ユーザー名htmlフォルダのパーミッション変更お名前.com VPS サブドメイン設定
設定ファイル(vhost.conf)新規作成
(/etc/httpd/conf.d/vhost.conf の IncludeOptional conf.d/*.conf で vhost.conf が読み込まれる)
# vi/etc ...お名前.com VPS CentOS7 初期設定
標準OSインストール
・お名前管理画面
———–
OS:[カスタムOS] CentOS 7.1-1503」
rootパスワード:任意
ディスク構成:カスタム ...
cakephp3 レイアウト変更
//.ctp不要$this->viewBuilder()->layout('テンプレート名');
gulp 画像最適化
初期設定
http://tokuho.chu.jp/webtips/2015/10/04/post-64/
gulp-imageminインストール
npm install --save-dev gulp-im ...