From 114ba523f446458584b2e3289fbf1d37093155b8 Mon Sep 17 00:00:00 2001 From: katamaz Date: Fri, 28 Aug 2026 15:05:03 +0300 Subject: [PATCH] update backend run --- README.md | 5 ++++- backend-php/dev.ps1 | Bin 40 -> 0 bytes backend-php/dev.sh | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 backend-php/dev.ps1 create mode 100755 backend-php/dev.sh diff --git a/README.md b/README.md index 289c595..096f2f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ ### run - frontend `bun dev --host` -- backend `cd ./backend-php/; ./dev.ps1` or `cat ./dev.ps1 | sh` if you are in other os +- backend `cd ./backend-php/` + - make sure that you have `pdo_sqlite` + - oonix `chmod +x ./dev.sh` and then `./dev.sh` + - uindos `cat ./dev.sh | iex` in poersel ### IMPORTANT diff --git a/backend-php/dev.ps1 b/backend-php/dev.ps1 deleted file mode 100644 index 654b2f002996c51c3d36817de56b3be21608c608..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40 kcmezWuYe(gp@2bwL6;#INE$HcAz>>93kG8bBL+hT0I&cCSO5S3 diff --git a/backend-php/dev.sh b/backend-php/dev.sh new file mode 100755 index 0000000..1f996ed --- /dev/null +++ b/backend-php/dev.sh @@ -0,0 +1 @@ +php -S 0.0.0.0:8321