Questions tagged [demeteorizer]

11 questions
3
votes
1 answer

What are the main differences of demeteorizer and meteor bundle?

Having gone through and used demeteorizer. I wonder what are the main differences between setting up meteor vs demeteorizer and running it via node; on own server? meteor only hot swappable code? problem in maintaining packages similar from…
mirageglobe
  • 2,446
  • 2
  • 24
  • 30
2
votes
1 answer

Meteor leaderboard app on node-webkit

I am trying to get the meteor leaderboard app to run on Node-Webkit. I have demeteorized it and compressed it to a .nw file but when I drop it in. I get errors: Invalid Package There is no 'package.json' in the package, please make sure the…
praneybehl
  • 3,801
  • 6
  • 28
  • 45
2
votes
1 answer

Demeteorizer with node-webkit

I'm trying to make a desktop application using meteor. Can I use Demeteorizer to convert it to a standard node.js app, then use ndoe-webkit to turn it into a desktop app? My problem with this is, how would the mongodb database still work? If this…
carte
  • 1,033
  • 2
  • 13
  • 29
1
vote
1 answer

Demeteorized app - error on "npm install"

After demeteorizing my App. The project has a dependency on fibers 1.0.5 and errors out during installation. I am on Mac OSX Yosemite, node V 4.0.0 Any help or insight would be greatly appreciated. node) child_process: options.customFds option is…
Trevor
  • 16,080
  • 9
  • 52
  • 83
1
vote
2 answers

How to make NodeJS app on PAAS autorun?

I wrote a simple app in meteor. I used demeteorizer to remove its dependence on meteor. Now I've uploaded my demeteorized bundle to a Gandi NodeJS simple hosting instance. I can get it to run from the console, but I can't get it to automatically run…
Wes Modes
  • 2,024
  • 2
  • 22
  • 40
1
vote
1 answer

Meteor as a pure Application Server

I want to use MeteorJS server as a pure Application Server, which means, I only want it to handle Publications and Server Methods. I want to have a dedicated server to serve the HTML, CSS and Javascript bundle to the client but the application would…
Mário
  • 1,603
  • 14
  • 24
1
vote
1 answer

Deploy meteor, meteor-up and/or demeteorizer?

I'm checking out my options on deploying meteor apps. I already saw the problems of deploying meteor apps built on my mac, to remote Ubuntu server and other versioning issues, i believe more to come. meteor-up looks like a good solution, but can it…
Pan Chrono
  • 420
  • 3
  • 16
0
votes
1 answer

Meteor app deploying with Modulus

I'm getting this error when I try typing $modulus deploy into terminal from my app directory: Determining Meteor version... Meteor version: 1.1.0.2 Bundling Meteor App... undefined [Error] Error: Command failed: /bin/sh -c cd…
jeffrey
  • 1
  • 2
0
votes
0 answers

modulus.io #meteor 1.0.0 failed deploy '/mnt/data/2/programs/server/app/node_modules/underscore/underscore-min.js'

When attempting to deploy a meteor 1.0.0 app on modulus I get an error message about a non-existing underscore-min.js. Both demeteorizer and modulus toolbelt at the latest version. Error: ENOENT, no such file or directory…
0
votes
1 answer

Concatenate in Meteor Template Tags

I have a list of numbers in my Meteor Template which I am iterating to print the attributes of the object. I have an object named choices_object which will have number of choices depending upon the situation. objects fields will be choice_1…
Sajid Ahmad
  • 1,124
  • 4
  • 18
  • 40
0
votes
1 answer

Deploy Meteor.js app by running `mrt` or `meteor`

Why are Meteor.js apps not deployed by uploading to a server by doing the following: Install npm Install meteor $ curl https://install.meteor.com | /bin/sh meteor create myApp Upload Meteor code files from development system Deploy using…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830