這個故事說來話長,我本身不會在 Windows 開發,但為了同事只好配置環境出來,交叉比對運作的問題。就筆記一下,這次要做的事就弄到純 cmd line 開發環境:
安裝:
- 7zip
- gvim
- git
- https://git-scm.com/downloads
- https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/PortableGit-2.37.1-64-bit.7z.exe
- 設定環境變數
- php-7.4
- https://www.php.net/downloads.php
- https://windows.php.net/downloads/releases/php-7.4.30-nts-Win32-vc15-x64.zip
- 安裝在 C:\php
- 設定 php.ini
- 打開 curl, intl, openssl
- 安裝 VC_redist.x64.exe
- https://docs.microsoft.com/zh-tw/cpp/windows/latest-supported-vc-redist?view=msvc-170
- https://aka.ms/vs/17/release/vc_redist.x64.exe
- 設定環境變數
- Composer.exe
- https://getcomposer.org/download/
- https://getcomposer.org/Composer-Setup.exe
- 過程會使用 C:\php\php.exe
如此,在 cmd 就可以靠純指令工作,像是 composer install ,而在 cmd line 中有 vim 編輯器,可以快速編輯小東西。
沒有留言:
張貼留言