Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zodern/meteor-up
Production Quality Meteor Deployment to Anywhere
https://github.com/zodern/meteor-up
deploy docker meteor meteor-up mup
Last synced: 4 days ago
JSON representation
Production Quality Meteor Deployment to Anywhere
- Host: GitHub
- URL: https://github.com/zodern/meteor-up
- Owner: zodern
- License: mit
- Created: 2015-12-01T04:20:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T03:47:20.000Z (16 days ago)
- Last Synced: 2024-12-30T19:20:48.163Z (12 days ago)
- Topics: deploy, docker, meteor, meteor-up, mup
- Language: JavaScript
- Homepage: http://meteor-up.com/
- Size: 4.72 MB
- Stars: 1,273
- Watchers: 53
- Forks: 280
- Open Issues: 216
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-meteor - meteor-up - Helps you to deploy Meteor.js application to your server with a single command (Works well with redis-oplog). (Packages)
- awesome-list-docker - meteor-up
- awesome-meteor - meteor-up
README
# Meteor Up ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/zodern/meteor-up/Test/master?style=flat-square) [![Gitter](https://img.shields.io/gitter/room/meteor-up/Lobby.svg?style=flat-square)](https://gitter.im/meteor-up/Lobby) [![Backers on Open Collective](https://opencollective.com/meteor-up/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/meteor-up/sponsors/badge.svg)](#sponsors)
#### Production Quality Meteor Deployments
Meteor Up is a command line tool that allows you to deploy any [Meteor](http://meteor.com) 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](http://www.docker.com/), making deployment easy to manage and reducing server specific errors.
Read the [getting started tutorial](http://meteor-up.com/getting-started.html).
### Features
* Single command server setup
* Single command deployment
* Deploy to multiple servers, with optional load balancing and sticky sessions
* Environment Variable management
* Support for [`settings.json`](http://docs.meteor.com/#meteor_settings)
* Password or Private Key (pem) based server authentication
* Access logs from the terminal (supports log tailing)
* Support for custom docker images
* Support for Let's Encrypt and custom SSL certificates[Roadmap](ROADMAP.md)
### Server Configuration
* Auto-restart if the app crashes
* Auto-start after server reboot
* Runs with docker for better security and isolation
* Reverts to the previous version if the deployment failed### Installation
Meteor Up requires Node v8 or newer. It runs on Windows, Mac, and Linux.
```bash
npm install -g mup
````mup` should be installed on the computer you are deploying from.
### Using Mup
- [Getting Started](http://meteor-up.com/getting-started.html)
- [Docs](http://meteor-up.com/docs.html)## Meteor compatibility
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](http://meteor-up.com/docs#meteor-support).### Support
First, look at the [troubleshooting](http://meteor-up.com/docs.html#troubleshooting) and [common problems](http://meteor-up.com/docs.html#common-problems) sections of the docs. You can also search the [github issues](https://github.com/zodern/meteor-up/issues).
If that doesn't solve the problem, you can:
- [Create a Github issue](https://github.com/zodern/meteor-up/issues/new)
- [Chat on Gitter](https://gitter.im/meteor-up/Lobby)## Contributors
This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/meteor-up#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/meteor-up#sponsor)]