Created
March 7, 2010 15:49
-
-
Save camwest/324429 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| touch /var/www/vhosts/:virtual_host/application/start.sh | |
| --- edit the file to include the following. Replace :virtual_host and :application.js with your own files. | |
| #! /bin/sh | |
| cd /var/www/vhosts/:virtual_host/application | |
| /usr/local/bin/node :application.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment