Has anyone else tried to run Kyt on Cloud 9

I’m trying to run Kyt on Cloud 9

Previous Node.Js servers on Cloud 9 I’ve found the entry point and changed app.listen, to include

//process.env.PORT is for Cloud 9 & Heroku cloud hosting
app.listen(process.env.PORT || 8080, process.env.IP, function() {
  console.log("omg Express Template 0.0.1 by TurtleWolfe.com");
});

I’ve found the Configure file, but not a place to change any similar options. I think this is part of Express Routing, but I’m new to Kyt, just heard about it on Software Engineering Daily

It appears to be building and launching ok, I just can’t find the preview. I’ve tried changing the localhost from 3001 to 8081 as suggested by Cloud 9 documentation, but still no luck.

https://github.com/NYTimes/kyt/issues/551

It seems that other people on Cloud 9 have been having preview issues too. Preview is not working

I recommend that you make further contact with people in that community.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.