I am not clear how to run the "node-start" under windows.... I tried "php.exe node-start" but all I got back was "No input file specified". I added a ".php" extension to "node-start" and tried accessing it with my browser "http://myserver/noderunner/etc/node-start.php but again all I get back is "No input file specified."
Does anyone have an idea of what I am doing wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You'll have to experiment a bit, but the first line of node.start is the reference to the location of the php exectuable (php.exe, in your case). This is how it's done through Linux, but Windows is a bit different. You should be able to just remove that line and run it with 'php.exe node.start'.
--Brad Fears
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not clear how to run the "node-start" under windows.... I tried "php.exe node-start" but all I got back was "No input file specified". I added a ".php" extension to "node-start" and tried accessing it with my browser "http://myserver/noderunner/etc/node-start.php but again all I get back is "No input file specified."
Does anyone have an idea of what I am doing wrong?
You'll have to experiment a bit, but the first line of node.start is the reference to the location of the php exectuable (php.exe, in your case). This is how it's done through Linux, but Windows is a bit different. You should be able to just remove that line and run it with 'php.exe node.start'.
--Brad Fears