Running a script (JSON, TS) at linux with PHP - Currently it runs at windows CMD
Budget: €25 – €65 EUR
Hello,
I need your help by running a script (JSON, TS) at linux with PHP. Currently I can start the script at windows CMD with the following commands:
1. Cd path/to/script
2. npm install -D ts-node
3. npm i typescript -g
4. npm run start -- --date=2021-11-08 --start-time=10:00 --end-time=23:00
The results are some .csv-files which are created.
I need to run this script with PHP on a linux webserver ; the result after running the script should be also the created .csv-files.
I also need the documentation how you realize it, that it runs at Linux with PHP.
I need your help by running a script (JSON, TS) at linux with PHP. Currently I can start the script at windows CMD with the following commands:
1. Cd path/to/script
2. npm install -D ts-node
3. npm i typescript -g
4. npm run start -- --date=2021-11-08 --start-time=10:00 --end-time=23:00
The results are some .csv-files which are created.
I need to run this script with PHP on a linux webserver ; the result after running the script should be also the created .csv-files.
I also need the documentation how you realize it, that it runs at Linux with PHP.