|
So i looked around and found Cloud9 and a sub project Ace use node.js as a dependency. I found this article explaining how to setup Node.js on WebFaction. I got as far as to register the app and the port. Then i read that I could use npm, which I had installed in the instructions to install cloud9. So i ran nmp install cloud9. Now how to i link node.js cloud9 and my port to make a functioning site? |
Once you create a 'Custom application' within the control panel,
You would configure your node.js file to use the port assigned and than start the server like it outlines in that documentation,