{"id":15284098,"url":"https://github.com/kevincharm/meteor-please","last_synced_at":"2025-04-12T23:20:43.395Z","repository":{"id":28823612,"uuid":"32347016","full_name":"kevincharm/meteor-please","owner":"kevincharm","description":"Deploy Meteor apps on CentOS 7+ w/systemd","archived":false,"fork":false,"pushed_at":"2015-05-11T03:57:02.000Z","size":312,"stargazers_count":26,"open_issues_count":3,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T17:21:18.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/kevincharm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-16T19:13:14.000Z","updated_at":"2019-08-18T16:40:54.000Z","dependencies_parsed_at":"2022-08-17T20:50:54.472Z","dependency_job_id":null,"html_url":"https://github.com/kevincharm/meteor-please","commit_stats":null,"previous_names":["hellstad/meteor-please"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fmeteor-please","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fmeteor-please/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fmeteor-please/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincharm%2Fmeteor-please/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevincharm","download_url":"https://codeload.github.com/kevincharm/meteor-please/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248644014,"owners_count":21138543,"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":[],"created_at":"2024-09-30T14:49:13.176Z","updated_at":"2025-04-12T23:20:43.361Z","avatar_url":"https://github.com/kevincharm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-please\r\n[![npm version](https://badge.fury.io/js/mplz.svg)](http://badge.fury.io/js/mplz)\r\n### Simple Meteor Deployment for RHEL/CentOS 7+\r\nDeploy your Meteor app on RHEL flavoured boxes via SSH, and keep your apps alive with __systemd__. Your app is served through reverse proxy by __nginx__. This is a deployment tool that I personally use in production, based on [meteor-up](https://github.com/arunoda/meteor-up). If you encounter any bugs or have a feature request, please post an issue. (SSL is implemented but not tested thoroughly yet)\r\n\r\n## Installation\r\n````\r\nnpm install -g mplz\r\n````\r\n\r\n## Usage\r\n##### 1. Initialise\r\nSimply run in your Meteor project's directory:\r\n````\r\nmplz\r\n````\r\nYou'll get a prompt to automatically configure a `mplz.json` for your project.\r\n\r\n##### 2. Setup Your Environment\r\nOnce you've got a configuration file, you can spin up your server, then use this command inside your project directory to install the production environment (nodejs, mongodb, nginx):\r\n````\r\nmplz setup\r\n````\r\n\r\nNow go grab a coffee, because it will probably take some time for all the things to install.\r\n\r\n##### 3. Deploy Your App\r\nAfter the server setup is done, you can run this command to deploy your app:\r\n````\r\nmplz deploy\r\n````\r\n\r\nEasy!\r\n\r\n## Commands\r\n__mplz init__ Reconfigures your app's `mplz.json` settings file.\r\n\r\n__mplz setup__ Sets up your server according to your `mplz.json` settings.\r\n\r\n__mplz deploy__ Deploys your app according to your `mplz.json` settings.\r\n\r\n__mplz reconfig__ Apply any configuration changes if your `mplz.json` has been modified since last setup.\r\n\r\n__mplz start__ Starts your app. (systemd)\r\n\r\n__mplz stop__ Stops your app. (systemd)\r\n\r\n__mplz restart__ Restarts your app. (systemd)\r\n\r\n__mplz delete__ Deletes your app from the deployment directory.\r\n\r\n## TODOs\r\n- SSL\r\n- Multiple instances/load balancing/oplog tailing\r\n- Prompt cleanup/validation\r\n- Support for node apps\r\n- Exclude folders\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincharm%2Fmeteor-please","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevincharm%2Fmeteor-please","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincharm%2Fmeteor-please/lists"}