Menu

I don't get it.... node-start & Windows

Help
Pat
2003-11-28
2003-11-28
  • Pat

    Pat - 2003-11-28

    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?

     
    • Brad Fears

      Brad Fears - 2003-11-28

      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

       

Log in to post a comment.

Auth0 Logo