README, gitignore
This commit is contained in:
11
README.md
11
README.md
@@ -1,3 +1,12 @@
|
||||
# calco2la.to-php
|
||||
|
||||
PHP/JS client / proxy
|
||||
PHP/JS client / proxy
|
||||
|
||||
# How to run in VS Code
|
||||
|
||||
1. Download php: https://www.php.net/downloads.php?usage=cli&os=windows&osvariant=windows-native&version=default
|
||||
You can use the single line installer for Windows like this:
|
||||
powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/include/download-instructions/windows.ps1'))) -Version 8.5"
|
||||
2. Add the path to the php executable to start.bat and save as start-local.bat:
|
||||
set PHP_BIN=C:\php8.5\php.exe &
|
||||
3. Run start-local.bat
|
||||
|
||||
Reference in New Issue
Block a user