LuckyRedSeven Posted August 19, 2015 Share Posted August 19, 2015 I've been trying to use phaser, and Cloud9 as a substitute for the localhost thing, but I have no idea how to do that! I'm new to this programming stuff, so if you can explain with details and in a way I can understand, thank you! Link to comment Share on other sites More sharing options...
tips4design Posted August 19, 2015 Share Posted August 19, 2015 I don't like Cloud9. The "localhost" thing is very easy to set-up, you just have to install something like WAMP if you are on windows. It's a simple, Next,Next,Next,Finish installer. Then all you have to do is place your html files in the www directory and go to your browser to localhost megmut 1 Link to comment Share on other sites More sharing options...
netcell Posted August 20, 2015 Share Posted August 20, 2015 I don't like Cloud9. The "localhost" thing is very easy to set-up, you just have to install something like WAMP if you are on windows. It's a simple, Next,Next,Next,Finish installer. Then all you have to do is place your html files in the www directory and go to your browser to localhostCloud9 is cool like you can use anywhere event not on your computer. I've been trying to use phaser, and Cloud9 as a substitute for the localhost thing, but I have no idea how to do that! I'm new to this programming stuff, so if you can explain with details and in a way I can understand, thank you!I'm not sure I understand, You want to use the terminal on your computer to interact with Cloud9? Link to comment Share on other sites More sharing options...
charlieRobinson Posted February 4, 2016 Share Posted February 4, 2016 I am facing the same challenge. How do I run local host using C9? I have tried these 2 URLs. Am I warm? Am I way off? Thank you for the help https://'projectName'-'userName'.c9users.io:3000 https://'projectName'-'userName'.c9users.io/localhost:3000 Link to comment Share on other sites More sharing options...
charlieRobinson Posted February 4, 2016 Share Posted February 4, 2016 https://docs.c9.io/docs/run-an-application found the answer^^^ Quote If you're developing a server application, please note that you need to listen to 0.0.0.0 ($IP) and 8080 ($PORT). Listening to this port will enable your app to be viewable at http://<workspacename>-<username>.c9users.io You can also bind to ports 8081, and 8082, which can be accessed by http://<workspacename>-<username>.c9users.io:8081 and http://<workspacename>-<username>.c9users.io:8082 respectively. i had it set to port 3000 Link to comment Share on other sites More sharing options...
Recommended Posts