{"id":13754048,"url":"https://github.com/zodern/meteor-up","last_synced_at":"2025-05-13T20:18:23.363Z","repository":{"id":40669643,"uuid":"47165187","full_name":"zodern/meteor-up","owner":"zodern","description":"Production Quality Meteor Deployment to Anywhere","archived":false,"fork":false,"pushed_at":"2024-12-27T03:47:20.000Z","size":4946,"stargazers_count":1273,"open_issues_count":217,"forks_count":284,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-05-05T16:04:37.750Z","etag":null,"topics":["deploy","docker","meteor","meteor-up","mup"],"latest_commit_sha":null,"homepage":"http://meteor-up.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zodern.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["zodern"],"patreon":null,"open_collective":"meteor-up","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-12-01T04:20:18.000Z","updated_at":"2025-04-25T20:17:25.000Z","dependencies_parsed_at":"2024-09-25T10:21:20.676Z","dependency_job_id":"fdde4adf-6294-41e6-b6bb-4e08c2265b9b","html_url":"https://github.com/zodern/meteor-up","commit_stats":{"total_commits":1120,"total_committers":65,"mean_commits":17.23076923076923,"dds":"0.24196428571428574","last_synced_commit":"d79826f2ea5217054cf12ac95b98bc018c95abdd"},"previous_names":["arunoda/meteor-up","kadirahq/meteor-up"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zodern%2Fmeteor-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zodern%2Fmeteor-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zodern%2Fmeteor-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zodern%2Fmeteor-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zodern","download_url":"https://codeload.github.com/zodern/meteor-up/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253457982,"owners_count":21911770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deploy","docker","meteor","meteor-up","mup"],"created_at":"2024-08-03T09:01:37.933Z","updated_at":"2025-05-13T20:18:23.344Z","avatar_url":"https://github.com/zodern.png","language":"JavaScript","funding_links":["https://github.com/sponsors/zodern","https://opencollective.com/meteor-up"],"categories":["meteor","Packages","Deployment"],"sub_categories":[],"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)\r\n\r\n#### Production Quality Meteor Deployments\r\n\r\nMeteor Up is a command line tool that allows you to deploy any [Meteor](http://meteor.com) app to your own server.\r\n\r\nYou can install and use Meteor Up on Linux, Mac and Windows. It can deploy to servers running Ubuntu 14 or newer.\r\n\r\nThis version of Meteor Up is powered by [Docker](http://www.docker.com/), making deployment easy to manage and reducing server specific errors.\r\n\r\nRead the [getting started tutorial](http://meteor-up.com/getting-started.html).\r\n\r\n### Features\r\n\r\n* Single command server setup\r\n* Single command deployment\r\n* Deploy to multiple servers, with optional load balancing and sticky sessions\r\n* Environment Variable management\r\n* Support for [`settings.json`](http://docs.meteor.com/#meteor_settings)\r\n* Password or Private Key (pem) based server authentication\r\n* Access logs from the terminal (supports log tailing)\r\n* Support for custom docker images\r\n* Support for Let's Encrypt and custom SSL certificates\r\n\r\n[Roadmap](ROADMAP.md)\r\n\r\n### Server Configuration\r\n\r\n* Auto-restart if the app crashes\r\n* Auto-start after server reboot\r\n* Runs with docker for better security and isolation\r\n* Reverts to the previous version if the deployment failed\r\n\r\n### Installation\r\n\r\nMeteor Up requires Node v8 or newer. It runs on Windows, Mac, and Linux.\r\n\r\n```bash\r\nnpm install -g mup\r\n```\r\n\r\n`mup` should be installed on the computer you are deploying from.\r\n\r\n### Using Mup\r\n- [Getting Started](http://meteor-up.com/getting-started.html)\r\n- [Docs](http://meteor-up.com/docs.html)\r\n\r\n## Meteor compatibility\r\n\r\nMup supports Meteor 1.2 and newer.\r\nTo 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).\r\n\r\n### Support\r\n\r\nFirst, 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).\r\n\r\nIf that doesn't solve the problem, you can:\r\n\r\n- [Create a Github issue](https://github.com/zodern/meteor-up/issues/new)\r\n- [Chat on Gitter](https://gitter.im/meteor-up/Lobby)\r\n\r\n## Contributors\r\n\r\nThis project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).\r\n\u003ca href=\"graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/contributors.svg?width=890\" /\u003e\u003c/a\u003e\r\n\r\n\r\n## Backers\r\n\r\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/meteor-up#backer)]\r\n\r\n\u003ca href=\"https://opencollective.com/meteor-up#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/backers.svg?width=890\"\u003e\u003c/a\u003e\r\n\r\n\r\n## Sponsors\r\n\r\nSupport 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)]\r\n\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/6/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/7/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/8/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/meteor-up/sponsor/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/meteor-up/sponsor/9/avatar.svg\"\u003e\u003c/a\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzodern%2Fmeteor-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzodern%2Fmeteor-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzodern%2Fmeteor-up/lists"}