Skip to content

Instantly share code, notes, and snippets.

@jetpks
Created February 8, 2012 04:39
Show Gist options
  • Save jetpks/1765481 to your computer and use it in GitHub Desktop.
Save jetpks/1765481 to your computer and use it in GitHub Desktop.
I'M A BUS
C:\Users\eric\Documents\node_service>.\nssm.exe install thebus "C:\Program Files (x86)\nodejs\node.exe" "C:\Users\eric\Documents\static\server.js" "80" "C:\Users\eric\Documents\public\"
Service "thebus" installed successfully!
C:\Users\eric\Documents\node_service>net start thebus
The thebus service is starting.
The thebus service was started successfully.
C:\Users\eric\Documents\node_service>curl localhost
<html>
<head>
<title> O hai! </title>
</head>
<body>
<h1> All aboard the node bus! </h1>
<!-- I'm a busss! -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment