Not resolved yet how to run this app in windows There're IIS fix here http://www.anuragbhandari.com/2012/11/hosting-meteor-js-app-in-iis/
- need to type
meteor --productionto create .meteor\local\build\static_cacheable\ folder - need to add
process.env.MONGO_URL = 'mongodb://localhost'andprocess.env.PORT = 3800somewhere - (NOT WORK) run this app as service by NSSM - the Non-Sucking Service Manager http://nssm.cc/ `nssm install.
- One problem is ObjectID for MongoDB that already exist --> see here meteor/meteor#61
- Other problem here https://github.com/oortcloud/unofficial-meteor-faq