meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

configure this package to run on C9 IDE? #214

Closed zenithtekla closed 8 years ago

zenithtekla commented 8 years ago

Hello, I have it deployed and am trying to configure the settings (port, localhost, and mongoDB) for it to work on C9 IDE. My previous experience with [https://github.com/zenithtekla/yo-ng/commit/a59a93dccce2a536950ea7444b4b96796f328a63](yo generator-angular) and [https://github.com/zenithtekla/unitycloud/commit/8163b252ab0f81094423148309d12507922f4e57](simple NodeJS app) where I used http.createServer(onRequest).listen(process.env.PORT, process.env.IP); But I have no clues to do yet for generator-meanjs. Can you help? Thanks

ilanbiala commented 8 years ago

That's out of the scope of this repository. Please post on Stack Overflow, Gitter, or another forum that is for general usage questions. If you haven't been able to figure it out after trying on other forums, then you can come back with the progress you've made and we'll try to help you.