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

Deploying your application to Meteor's servers


The folks at Meteor have taken deployment one step further - above and beyond what you'd expect from even a paid product, much less a free one. Meteor allows you to deploy your application directly on their deployment servers. Pick a name for your app (we'll use packt.lendlib, but you'll need to come up with your own) and enter the following command in the terminal:

$ meteor deploy [your app name].meteor.com

So, in our case, we entered meteor deploy packt.lendlib.meteor.com. The console will give you status updates as it bundles, uploads, and deploys your application. Once it's finished, it will give you a message similar to this:

Now serving at [your app name].meteor.com

If you navigate to that URL in your browser (for example http://packt.lendlib.meteor.com), you will see that your application has been deployed and is running!

Tip

You will probably want to create the admin login before you start using the application, or to tell others about...

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