Hello,
I am trying to install Tiki CMS from the master which I patched. Before doing web-install of Tiki, one has to run sh setup.sh
to fetch vendor stuff, fix perms etc. but despite of my app being configured as 7.4, the cli version of PHP which is called by setup.sh
script, so wonder how to make PHP invoke proper version since e.g. latest Tiki needs 7.4?
Edit: I solved the problem after discovering that setup.sh
accepts -p phpversion
command as parameter. 😄