Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Meteor Up is a command line tool that allows you to deploy any Meteor app to your own server.
You can install and use Meteor Up on Linux, Mac and Windows. It can deploy to servers running Ubuntu 14 or newer.
This version of Meteor Up is powered by Docker, making deployment easy to manage and reducing server specific errors.
Read the getting started tutorial.
settings.json
Meteor Up requires Node v8 or newer. It runs on Windows, Mac, and Linux.
npm install -g mup
mup
should be installed on the computer you are deploying from.
Mup supports Meteor 1.2 and newer. To use Meteor 1.4 and newer, you will need to change the docker image. A list of docker images is available here.
First, look at the troubleshooting and common problems sections of the docs. You can also search the github issues.
If that doesn't solve the problem, you can:
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
1.5.4 - September 19, 2021
config.privateDockerRegistry
, the host option is now optional and defaults to the docker hub registryapp.buildOptions.cleanBuildLocation
option to falsemup status
when the config does not have a servers objectconfig.app.buildOptions.buildLocation
to the default value while preparing the mup config, making the build location available to other plugins and hooks. You can also see the build location by running mup validate --show
mup meteor status
when mup uses a non-root user on the serverPrepare Bundle Locally
Mup can build the docker image locally instead of on the remote server, which can be faster and avoids taking resources away from anything else running on the servers. This version has some fixes and performance improvements:
app.docker.prepareBundleLocally
is enabled (@Floriferous)Plugin API
prepareConfig
is now passed an instance of the plugin api as the second argumentFAQs
Production Quality Meteor Deployments
The npm package mup receives a total of 941 weekly downloads. As such, mup popularity was classified as not popular.
We found that mup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.