#author("2022-03-31T00:53:43+00:00","default:admin","admin")
[[macOS:https://www.apple.com/jp/macos/]]

*キーボード操作 [#de8ef851]
-[[Mac のキーボードショートカット:https://support.apple.com/ja-jp/HT201236]]
-[[Macでキーボードをマウスのように使用する:https://support.apple.com/ja-jp/guide/mac-help/mchlp1399/mac]]
-[[Macのショートカットキー早見表92個|効かないときの対処法も紹介します:https://www.sejuku.net/blog/124447]]

**フルキーボードアクセス [#oef41725]
-[[フルキーボードアクセスを使用してMac内で移動する:https://support.apple.com/ja-jp/guide/mac-help/mchlc06d1059/12.0/mac/12.0]]

*開発環境構築 [#ibf71c7b]
-[[【M1 Pro/Max対応】M1 Mac環境構築ベストプラクティス:https://qiita.com/c60evaporator/items/aef6cc1581d2c4676504]]


***PHP 5.6 [#m2c558fc]
-[[shivammathur/homebrew-php:https://github.com/shivammathur/homebrew-php]]

***MySQL 5.7 [#f4cd249c]
-[[MySQL5.7をHomebrewでmacOSにインストールする手順:https://weblabo.oscasierra.net/mysql-57-homebrew-install/]]

**Apache [#x18d6c6f]
-[[MacでApacheを立ち上げてみる:https://qiita.com/kid_drill/items/5c85917068490177b6ab]]
-[[macOS MontereyでApacheとPHPを動かす:https://tangerine.hateblo.jp/entry/2021/10/26/161116]]
--httpd.conf のパスが /opt/homebrew/etc/httpd/httpd.conf に変わったようだ
--DocumentRoot は /opt/homebrew/var/www

 DocumentRoot is /opt/homebrew/var/www.
 
 The default ports have been set in /opt/homebrew/etc/httpd/httpd.conf to 8080 and in
 /opt/homebrew/etc/httpd/extra/httpd-ssl.conf to 8443 so that httpd can run without sudo.
 
 To restart httpd after an upgrade:
   brew services restart httpd
 Or, if you don't want/need a background service you can just run:
   /opt/homebrew/opt/httpd/bin/httpd -D FOREGROUND
 ==> Summary
   /opt/homebrew/Cellar/httpd/2.4.53: 1,662 files, 31.8MB
 ==> Running `brew cleanup httpd`...
 Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
 Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS