# Create a meteor app.
meteor create helloworld
# Create a folder to contain deployment info in the app. The name of the folder should start with a '.' to be excluded from the meteor build process.
cd helloworld; mkdir -p .deploy
# Enter the deployment folder and initialize the config files.
cd .deploy; meteord init
# Modify the config files to suit your need.
# Deploy the app.
meteord deploy
# Get the logs from the app.
meteord logs
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Zodiase/Meteor-Deployer
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.