Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Meteor.js JavaScript Framework - Second Edition

You're reading from   Getting Started with Meteor.js JavaScript Framework - Second Edition Learn to develop powerful web applications in minutes with Meteor

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781785285547
Length 138 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Bundling your application


In usual Meteor fashion, bundling your application so that it can be deployed is incredibly simple. Stop your Meteor application if it's running, make sure you are in your application folder (for the Lending Library, this is LendLib folder under ~/Documents/Meteor/), and enter the following command in the terminal:

$ meteor bundle ~/Documents/Meteor/builds/

This will take a little bit to run, but when it's finished, you'll have a LendLib.tar.tgz tarball in the builds/ folder, and you'll be ready to deploy it wherever you like. This is a complete Node package/bundle. The machine to which you deploy this bundle only needs to have Node.js and MongoDB installed on it. Everything else that you need is included in the bundle.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image