project-sunbird / sunbird-ed-installer

MIT License
1 stars 21 forks source link

Failing while running postman collection #5

Open sanketnagdive opened 8 months ago

sanketnagdive commented 8 months ago

While running the installer, it failed at postman collection execution as postman tool is not installed ./install.sh: line 151: postman: command not found. Installed the postman tool and reran the script. We should have installation of postman as part of pre-requisites

Also, we tried running the installer from a remote server (not from local laptop) and it could not execute even after postman tool is installed. It is looking for some UI components to be installed. Can we use newman cli instead of postman cli to execute the postman collection cc @gandham-santhosh @mohitga @vinukumar-vs @santhosh-tg @keshavprasadms

mohitga commented 8 months ago

@keshavprasadms can you look and resolve this issue

beepdot commented 8 months ago

@sanketnagdive I don't think a GUI is necessary. Here is the offical doc for linux install - https://learning.postman.com/docs/postman-cli/postman-cli-installation/#linux-installation You can change it to newman also, but please test it out.