This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
I've got Cloud9 up and running on my remote VPS, and I can access it by going to MYSERVERIP:8181
What I'd prefer would be to go to c9.MYDOMAINNAME.com and access the IDE from there. Is that possible?
Also, can I use SSL? So like: https://c9.MYDOMAINNAME.com?
Additionally, is there a way to keep the Cloud9 process persistent? So I don't have to log in to terminal and run "node server.js" every time I want to access the IDE?
Sorry if these are noob questions but I'm just starting to dabble in web-based IDEs and I'd love to get my workflow streamlined. Thanks!