Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Meteor Up (mup for shorter) is a command line tool, which allows you to deploy any meteor app into a your own server. It support Ubuntu 12.04 or higher servers from any Cloud Infrastructure Provider.
settings.json
npm install -g mup
If you are looking for password based authentication, you need to install sshpass on your local development machine.
mkdir ~/my-meteor-deployment
cd ~/my-meteor-deployment
mup init
This will create two files in your mup project directory, which are:
mup.json
is commented and easy to follow (it supports JavaScript comments)
mup setup
This will setup the server for the mup deployments. It will take around 2-5 minutes depending on the server's performance and network availability.
mup deploy
This will bundle the meteor project and deploy it to the server.
mup logs -f
Mup can tail logs from the server and it supports all the options of tail
After you've edit configurations or settings.json, you can reconfigure the app without deploying again. Use following command for that.
mup reconfig
Here is how Meteor Up, configure the server for you. This information will help you to customize server for your needs.
/opt/meteor/app
/etc/init/meteor.conf
start meteor
and stop meteor
/var/log/upstart/app.log
mongo
is the name of the databasefor more information see lib/taskLists.js
FAQs
Production Quality Meteor Deployments
The npm package mup receives a total of 621 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.