#author("2022-04-05T00:37:49+00:00","default:admin","admin")
#author("2022-04-05T06:41:07+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]]

**homebrew [#m521b2a8]
-[[brew tapとは:https://qiita.com/sammrai/items/85ed5e914d424fbf9fd6]]

**Visual Stuidio Code [#hb7df833]
-[[VSCode に必ず入れておきたい拡張機能:https://qiita.com/ucan-lab/items/e85931bf8276da43cc97]]

**PHP [#sb0fb457]
-[[MAC開発環境:https://aw1.jp/mac/mac%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83/]] ... macOSでPHP環境を作るなら、これを参考にすべし
-[[(Mac)phpbrewでPHPのバージョンを切り替える:https://pointsandlines.jp/server-side/php/phpbrew]]
-[[[Sy] 作業メモ 〜MacのHomebrewとPHPまわりの環境整備〜:https://utano.jp/entry/2019/01/work-note-mac-php-and-homebrew/]]

***composer [#x6ba28bb]
-[[composerをHomebrewで管理する方法(初心者):https://masafumi-blog.com/how-to-manage-composer-with-homebrew]]

***phpbrew [#s33f3ade]
-[[phpbrewでバージョン管理する:https://qiita.com/Nedward/items/7bf935f67cbf31ee0f71]]
-[[【mac】phpbrewで複数のPHPのバージョンの管理する:https://zenn.dev/naoki_oshiumi/articles/60536aa1dbec33]]
-[[MacでのPHP開発はphpbrewが非常に良い:https://www.karakaram.com/mac-install-phpbrew/]]

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

**MySQL [#e26fd248]
-[[MySQLの開発環境を用意しよう(macOS):https://prog-8.com/docs/mysql-env]]

***MySQL 5.7 [#f4cd249c]
-[[MySQL5.7をHomebrewでmacOSにインストールする手順:https://weblabo.oscasierra.net/mysql-57-homebrew-install/]]
--[[MySQL 5.7 をインストールしたら最初に行うセットアップ:https://weblabo.oscasierra.net/mysql-57-init-setup/]]

**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
--ログファイルのフォルダは /opt/homebrew/var/log/httpd

 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