1. 環境 インストールする環境はこんな感じ $ sw_vers ProductName: macOS ProductVersion: 11.3 BuildVersion: 20E232 $ phpbrew --version phpbrew - 1.27.0 cliframework core: 2.5.4 $ phpbrew list * php-7.4.13 php-7.3.25 $ php -v PHP 7.4.13 (cli) (built: Dec 4 2020 21:48:53) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies 2. イ
1. 試すパターン Azure の App Service にある「構成」で設定出来る「アプリケーション設定」の項目で「デプロイスロットの設定」チェックの有無の挙動がよくわからな
1. はじめに Vagrant では仮想マシンごとに秘密鍵が生成される。が、同じ鍵を利用したい。 確認した環境はこちら windows $ ver Microsoft Windows [Version 10.0.18363.778] $ vagrant -v Vagrant 2.2.6 mac $ sw_vers ProductName: macOS ProductVersion: 11.0.1 BuildVersion: 20B50 $
まずは、環境 $ sw_vers ProductName: macOS ProductVersion: 11.0.1 BuildVersion: 20B50 こんなエラーが出る場合 $ phpbrew install 7.3.25 +default ===> phpbrew will now build 7.3.25 ===> Loading and resolving variants... : : checking libzip... yes checking for the location of zlib... configure: error: zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located
brew upgrade したらこんなエラーが出た。 Error: Your CLT does not support macOS 11. It is either outdated or was modified. Please update your CLT or delete it if no updates are available. Update them from Software Update in System Preferences or run: softwareupdate --all --install --force If that doesn't show you an update run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select
1. App Serviceの作成 ランタイムスタックを PHP にして App Service を作成する。 図 1. AppServiceの作成 PHP 7.4 では下記のエラーでインストール出来ませ
1. App Serviceの作成 ランタイムスタックを PHP にして App Service を作成する。 図 1. AppServiceの作成 PHP7.4の場合はこちら → AzureのA
1. はじめに 最近では Swagger のほうが主流なのかなと思いつつも aglio や drakov とは何かや、Blueprint によるAPI仕様の書き方については言及しない。 導入手
このブログの記事も増えてきた(ってほどでも無いと思うけど)からなのか、ローカルでの事前確認のための hugo サーバ起動がタイムアウトで失敗することが
nodist には npx が含まれていないようなので別途インストールしてあげた。 $ npm install npx -g C:\Program Files (x86)\Nodist\bin\npx -> C:\Program Files (x86)\Nodist\bin\node_modules\npx\index.js + npx@10.2.2 added 493 packages from 654 contributors in 49.467s ついでに npm もアップデート $ npm i npm -g