Size: 1940
Comment: Added more information
|
Size: 2121
Comment: Added more to test install
|
Deletions are marked like this. | Additions are marked like this. |
Line 52: | Line 52: |
Configure your domain, modelling [[DomTool/Examples#mod_proxy|this example]]. This will foward from requests to your domain on navajos to the port that you requested on bog. |
What is Node.js
- Node.js is an application server based off of Google's V8 Javascript Engine. Quite a few popular frameworks have popped up around Node.js such as AngularJS and Backbone.js.
How
Request a port
Request a ProxiedServer port on bog as described in FirewallRules
Get Node.js
- Make a directory for your website Download Node.js
Build Node.js
- Cleanup Install Directory
1 mcarberry@bog:~/public_web/sitename/node-v0.10.26$ cd ../nodejs/ 2 mcarberry@bog:~/public_web/sitename/nodejs$ cp -r usr/local/* . 3 mcarberry@bog:~/public_web/sitename/nodejs$ rm -r usr 4 mcarberry@bog:~/public_web/sitename/nodejs$ cd .. 5 mcarberry@bog:~/public_web/sitename$ rm -r node-v0.10.26/
Test Install
Change the port in this script (gleaned from here) to the one requested in the firewall rules and place it in ~/public_web/sitename/.
Configure your domain, modelling this example. This will foward from requests to your domain on navajos to the port that you requested on bog.