-
Notifications
You must be signed in to change notification settings - Fork 24
rocky installable via PM2 #28
Comments
Thanks for the proposal. Sounds good to me. After a brief reading of the PM2 docs, I believe that I best fit is creating another package specifically for PM2 ecosystem, e.g: I would prefer keeping I'll analyze in detail the PM2 modules and how to build a proper module wrapper for rocky. |
Sure keep rocky as a module name it's perfect! You can already install rocky like that: $ pm2 install rocky Now the problem is how to configure rocky easily, I will have a look on how to point rocky to a specified TOML file |
Perfect. Regarding to the TOML configuration, I'll consider supporting two additional ways to load the config:
This should mitigate the CLI overhead. Sounds good for the PM2 integration as well? |
I'm taking a look to the PM2 docs in order to find a proper way to configure Since Do you see another more convenient way to integrate |
Would be awesome to make rocky installable via PM2,
I recently embedded a npm install procedure + start with PM2 to make possible to install software easily by doing something like that:
There is a small documentation about the system
Tell me if you are interested to build a module like that, I can make modifications on the PM2 configuration system and related.
The text was updated successfully, but these errors were encountered: