Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • It seems wrong. There is a suggestion: did you try creating a bundle instead of running Meteor in development mode? Commented Aug 31, 2013 at 8:00
  • Nope because I'm trying to use meteor for embedded programming and I need it in development mode to write low level board support packages (interrupts etc) I have working prototype with this DDP Client. Now I want to move the power of package system to the board Commented Aug 31, 2013 at 8:38
  • According to your suggestion. Is it possible to create bundle for ARM core without having development mode up and running ?? Commented Aug 31, 2013 at 9:09
  • Meteor is now up to version 0.7.0.1. Is it any easier to run without mongo db? Commented Feb 4, 2014 at 17:40
  • 2
    @Spina: yes. Check my answer. You can simply point MONGO_URL to an invalid URL. Commented Nov 28, 2014 at 2:48