Open javaknight opened 9 years ago
Update to the last version of mup (npm install -g mup). Then you'll have your "mup stop" command working ;)
Enviado do meu iPhone
No dia 09/04/2015, às 18:18, javaknight notifications@github.com escreveu:
How do I get this command to work? I think my version is out of date or something. I have tried to update this program but I'm not sure if I'm up to date, or what..
If I type mup , this is what I get
Meteor Up: Production Quality Meteor Deployments
Valid Actions
init - Initialize a Meteor Up project setup - Setup the server deploy - Deploy app to server logs [-f -n] - Access logs
But I know there is at least one other option, mup reconfig, that does work for me, that I use to restart a meteor app.
But I just want to stop it, not restart it.
— Reply to this email directly or view it on GitHub.
So here's what I get..
$ sudo npm install -g mup /usr/bin/mup -> /usr/lib/node_modules/mup/bin/mup mup@0.9.7 /usr/lib/node_modules/mup ├── colors@0.6.2 ├── underscore@1.7.0 ├── async@0.9.0 ├── uuid@1.4.2 ├── rimraf@2.3.2 (glob@4.5.3) ├── nodemiral@0.3.11 (debug@0.7.4, ejs@0.8.8, handlebars@1.0.12) └── cjson@0.3.0 (jsonlint@1.6.0)
still get No Such Action Exists: stop.
Write "mup" in the command line and see if you get something like below.
J-MacBook-Pro:RoutesDirectMobile joaopedreira$ sudo npm update mup -g Password: /usr/local/bin/mup -> /usr/local/lib/node_modules/mup/bin/mup mup@0.9.7 /usr/local/lib/node_modules/mup ├── colors@0.6.2 ├── underscore@1.7.0 ├── async@0.9.0 ├── uuid@1.4.2 ├── rimraf@2.3.2 (glob@4.5.3) ├── cjson@0.3.0 (jsonlint@1.6.0) └── nodemiral@0.3.11 (debug@0.7.4, ejs@0.8.8, handlebars@1.0.12) J-MacBook-Pro:RoutesDirectMobile joaopedreira$ mup
init - Initialize a Meteor Up project setup - Setup the server
deploy - Deploy app to server reconfig - Reconfigure the server and restart
logs [-f -n] - Access logs
start - Start your app instances stop - Stop your app instances restart - Restart your app instances
On 9 April 2015 at 19:06, javaknight notifications@github.com wrote:
So here's what I get..
$ sudo npm install -g mup /usr/bin/mup -> /usr/lib/node_modules/mup/bin/mup mup@0.9.7 /usr/lib/node_modules/mup ├── colors@0.6.2 ├── underscore@1.7.0 ├── async@0.9.0 ├── uuid@1.4.2 ├── rimraf@2.3.2 (glob@4.5.3) ├── nodemiral@0.3.11 (debug@0.7.4, ejs@0.8.8, handlebars@1.0.12) └── cjson@0.3.0 (jsonlint@1.6.0)
still get No Such Action Exists: stop.
— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-up/issues/364#issuecomment-91313225.
How do I get this command to work? I think my version is out of date or something. I have tried to update this program but I'm not sure if I'm up to date, or what..
If I type mup , this is what I get
Meteor Up: Production Quality Meteor Deployments
Valid Actions
init - Initialize a Meteor Up project setup - Setup the server deploy - Deploy app to server logs [-f -n] - Access logs
But I know there is at least one other option, mup reconfig, that does work for me, that I use to restart a meteor app.
But I just want to stop it, not restart it.