I have completed installing the ACS clone repo tool on an IBMi partition using this document.... https://ibmi-oss-docs.readthedocs.io/en/latest/acscloner/README.html. However there are some important things missing, for example no OPS packages get installed with this tool. I was able, I think, to get NGINX installed but I'm not sure how to execute the startServerBatch file so the job can run in QHTTPSVR. When I run this command from a command line SBMJOB CMD(QSH CMD('exec /QOpenSys/pkgs/bin/nginx -c /QOpenSys/QIBM/UserData/rpm_repos//ibm/nginx.conf')) JOB(QRPMSRV) JOBD(QHTTPSVR/QZHBHTTP) OUTQ(USRPRF) RTGDTA(HTTPWWW) SYSLIBL(SYSVAL) CURLIB(USRPRF) INLLIBL(JOBD) CCSID(USRPRF) ALWMLTTHD(YES) it ends with an QSH0007 error saying Command was ended by an exception. How do I get the HTTP job running?
I have completed installing the ACS clone repo tool on an IBMi partition using this document.... https://ibmi-oss-docs.readthedocs.io/en/latest/acscloner/README.html. However there are some important things missing, for example no OPS packages get installed with this tool. I was able, I think, to get NGINX installed but I'm not sure how to execute the startServerBatch file so the job can run in QHTTPSVR. When I run this command from a command line SBMJOB CMD(QSH CMD('exec /QOpenSys/pkgs/bin/nginx -c /QOpenSys/QIBM/UserData/rpm_repos//ibm/nginx.conf')) JOB(QRPMSRV) JOBD(QHTTPSVR/QZHBHTTP) OUTQ(USRPRF) RTGDTA(HTTPWWW) SYSLIBL(SYSVAL) CURLIB(USRPRF) INLLIBL(JOBD) CCSID(USRPRF) ALWMLTTHD(YES) it ends with an QSH0007 error saying Command was ended by an exception. How do I get the HTTP job running?