mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
meteor bundle -> meteor build in docs app
This commit is contained in:
@@ -39,7 +39,7 @@ Template.api.absoluteUrl = {
|
||||
+ "reads from the `ROOT_URL` environment variable to determine "
|
||||
+ "where it is running. This is taken care of automatically for "
|
||||
+ "apps deployed with `meteor deploy`, but must be provided when "
|
||||
+ "using `meteor bundle`."],
|
||||
+ "using `meteor build`."],
|
||||
args: [
|
||||
{name: "path",
|
||||
type: "String",
|
||||
|
||||
@@ -187,18 +187,25 @@ running. Quit all running meteor applications before running this.
|
||||
{{/warning}}
|
||||
|
||||
|
||||
<h3 id="meteorbundle">meteor bundle</h3>
|
||||
<h3 id="meteorbuild">meteor build</h3>
|
||||
|
||||
Package the application up for deployment. The output is a tarball
|
||||
that includes everything necessary to run the
|
||||
application. See `README` in the tarball for details.
|
||||
Package this project up for deployment. The output is a directory with several
|
||||
build artifacts:
|
||||
|
||||
You can use this to host a Meteor application on your own server,
|
||||
instead of deploying to Meteor's servers. You will have to deal with
|
||||
logging, monitoring, backups, load-balancing, etc, all of which we
|
||||
handle for you if you use `meteor deploy`.
|
||||
<ul><li>a tarball that includes everything necessary to run the application server
|
||||
(see `README` in the tarball for details)</li>
|
||||
<li>an unassigned `apk` bundle and a project source if Android is targetted as a
|
||||
mobile platform</li>
|
||||
<li>a directory with an Xcode project source if iOS is targetted as a mobile
|
||||
platform</li></ul>
|
||||
|
||||
You can use the application server bundle to host a Meteor application on your
|
||||
own server, instead of deploying to Meteor's servers. You will have to deal
|
||||
with logging, monitoring, backups, load-balancing, etc, all of which we handle
|
||||
for you if you use `meteor deploy`.
|
||||
|
||||
Unassigned `apk` bundle and the outputted Xcode project can be used to deploy
|
||||
your mobile apps to Android Play Store and Apple App Store.
|
||||
|
||||
{{/markdown}}
|
||||
</div>
|
||||
|
||||
@@ -386,7 +386,7 @@ var toc = [
|
||||
"meteor list-platforms",
|
||||
"meteor mongo",
|
||||
"meteor reset",
|
||||
"meteor bundle"
|
||||
"meteor build"
|
||||
] ]
|
||||
];
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ build artifacts:
|
||||
(see README in the tarball for details)
|
||||
- an unassigned apk bundle and a project source if Android is targeted as a
|
||||
mobile platform
|
||||
- a directory with an XCode project source if iOS is targeted as a mobile
|
||||
- a directory with an Xcode project source if iOS is targetted as a mobile
|
||||
platform
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user