README, gitignore

This commit is contained in:
2025-12-03 10:00:13 +01:00
parent 684e4d9fb9
commit f2368bd1a3
3 changed files with 33 additions and 24 deletions

View File

@@ -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