37 Commits

Author SHA1 Message Date
Vincent Vallet
b3718656f6
Merge pull request #3545 from rmonnier/default-ecosystem
Set ecosystem.config.js as the default ecosystem file
2018-03-19 09:29:20 +01:00
Robin Monnier
d9df60eb97 change all ecosystem.json to ecosystem.config.js 2018-03-16 18:44:00 +01:00
vince
1e0017325f fix: #3456 use homedir() instead of process.env.HOME, make module installation work on windows 2018-02-26 14:45:34 +01:00
vince
a315eeb65f fix: add livescript in default modules 2018-02-09 10:49:39 +01:00
vince
828a30d0cc feat: add dependencies section into ecosystem.json file. 2018-02-08 15:57:58 +01:00
vince
1b92a9c400 refactor: delete all "if" condition when installing new module, create an object with all modules and a generic installation process 2018-02-08 10:55:58 +01:00
vince
9dddc80db5 feat: allow pm2 to install a set of module as one single command and add deep-monitoring. 2018-02-05 13:52:48 +01:00
vince
e6b0c47443 feat: allow pm2 to install and enable event-loop-inspector data collecting 2018-02-02 14:56:23 +01:00
vince
1563416858 feat: allow pm2 to install gc-stats 2018-01-31 10:17:51 +01:00
Unitech
7d09410efc modules: move to another folder 2017-12-21 17:52:01 +01:00
Unitech
0031e77c85 fix cwd issue when a module try to update himself 2017-12-21 17:24:42 +01:00
Unitech
545f049d52 add support for npm when installing over apt 2017-12-14 16:32:06 +01:00
Unitech
288f39330b #3314 pm2 install <module> --safe 2017-12-04 01:47:44 +01:00
Unitech
b5372aa19e module system v3: independant folder for each module + retrocompat v2/v3 2017-12-03 16:17:22 +01:00
Alexandre Strzelewicz
151ba280a8 v8-profiler -> v8-profiler-v2 2017-09-21 16:54:12 +02:00
Alexandre Strzelewicz
2103ad38c0 verify if 3rd module has not failed 2017-09-21 16:44:50 +02:00
Alexandre Strzelewicz
5aa7dcec07 add support for coffeescript v2 2017-09-21 16:26:21 +02:00
vmarchaud
cc0f0aa809 bugfix: fixes #3096 2017-08-21 14:00:39 +02:00
Unitech
7b04687a6f #2994 allow to specify typescript version to be installed 2017-07-04 20:37:14 +02:00
Unitech
7d6f173078 #2144 #1060 #2957 #2033 #1872 #2938 #971 Select application uid/gid via --uid --gid (CLI+JSON) + pm2 install --uid / --gid 2017-07-02 19:28:41 +02:00
Unitech
22b2982415 (modules) change wording 2017-04-22 17:04:18 +02:00
Unitech
2a5a9153c9 2844 Flush default module configuration to pm2 config 2017-04-22 15:12:03 +02:00
Martin Zaloudek
b8b615111e Fix #2809. Fixed the broken installation of modules specified as Github repository with non-master branch. Fixed the broken upgrade of modules specified by Github source (old version was not been removed, therefore two instances existed in memory after upgrade). (#2840) 2017-04-19 16:53:44 +02:00
Unitech
68335cfd2c (profiler) enable profiler via pm2 install <profiler|v8-profiler> 2017-03-23 20:26:06 +01:00
Unitech
753d5d6da3 (module install) fix command yarn/npm 2017-02-15 15:01:42 +01:00
vmarchaud
4dc9296ed7 (module instlal) use yarn if node version > 0.12 2017-02-14 16:23:18 +01:00
vmarchaud
116d8300ac (module) use yarn if node version > 0.12 2017-02-14 15:51:18 +01:00
vmarchaud
5e2259b75b (module) install lang module with yarn if available (#2706) 2017-02-10 17:05:30 +01:00
Unitech
65919a0d84 #2706 yarn integration 2017-02-10 17:01:31 +01:00
vmarchaud
5ab386f0ac Revert "(langmodule) resolve interpreter relative to pm2 install folder #2675"
This reverts commit 3b15359acc3c275e81eee39e4ae8135829a908a5.
2017-02-03 17:06:33 +01:00
vmarchaud
3b15359acc (langmodule) resolve interpreter relative to pm2 install folder #2675 2017-02-03 15:03:55 +01:00
vmarchaud
649559871c (module) resolve directory (avoid invalid path) #2675 2017-02-02 11:41:00 +01:00
vmarchaud
05d572b0de (module) install languange module relative to pm2 root path #2675 2017-02-01 17:18:56 +01:00
Unitech
5034245d15 (transpilers) #2385 upgrade to ts-node 1.3 2016-09-19 12:04:44 +02:00
Unitech
117eec1062 now transpilators are optionnal and installable via pm2 install 2016-07-24 11:33:12 -07:00
Unitech
3e15fd8cc8 poc install typescript 2016-07-24 10:19:06 -07:00
Unitech
23f2130de0 rename CLI.js to API.js + some fix on pm2-docker command 2016-07-23 19:13:55 +02:00