Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Provide instructions how to deploy and run using PM2 #7

Open
grtjn opened this issue Mar 14, 2019 · 2 comments
Open

Provide instructions how to deploy and run using PM2 #7

grtjn opened this issue Mar 14, 2019 · 2 comments
Assignees

Comments

@grtjn
Copy link
Contributor

grtjn commented Mar 14, 2019

Can be categorized under 'Productionalizing' in the left-hand menu.

@grtjn
Copy link
Contributor Author

grtjn commented Mar 14, 2019

This could be a useful starting point: https://github.com/marklogic-community/slush-marklogic-node/blob/master/app/templates/INSTALL.mdown

The gulp and roxy commands obviously don't work, but some have been replaced with npm commands..

@mariannemyers
Copy link

I recently ran into a situation where pm2 did not work on Windows 10. I was able to use the pm2-windows-startup package that seems to "wrap" pm2 so it works on Windows.

The steps that worked for this situation:
npm install -g pm2
pm2 start ecosystem.config.js --env production
npm install pm2-windows-startup -g
pm2-startup install
pm2 save

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants