Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Update run command to work with builds from build folder #83

Open
cmather opened this issue Feb 14, 2015 · 0 comments
Open

Comments

@cmather
Copy link
Contributor

cmather commented Feb 14, 2015

The run command only works for development now. It would be nice if we could also run a production build from it from the build/ folder. A couple of changes would be required:

  1. Use regular node to run the process instead of the meteor cli
  2. Run it out of my-project/build/bundle/main.js
  3. Add Meteor settings to METEOR_SETTINGS env variable
  4. Run npm install automatically on the bundle/server folder (check build README for exact folder)

The start.sh shell script I created a while back is an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant