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

Post-creation README #5

Open
grtjn opened this issue Sep 17, 2019 · 2 comments
Open

Post-creation README #5

grtjn opened this issue Sep 17, 2019 · 2 comments

Comments

@grtjn
Copy link
Contributor

grtjn commented Sep 17, 2019

Current README spells out how to use the vue-template without grove-cli, but that is only relevant when creating a new project. After that you need a different README.

@grtjn
Copy link
Contributor Author

grtjn commented Sep 17, 2019

A PM2 related section would be nice for instance:

Installing PM2

It is recommended to use PM2 to host your Node.js middle-tier with front-end for production. You'll need to install PM2 globally using npm, and configure it as a OS-level service:

npm install -g pm2

For recent RedHat/CentOS, Ubuntu, Arch, and Debian environments:

pm2 startup systemd --no-daemon

For Windows environments:

npm install -g pm2-windows-service
pm2-service-install

For additional options, like running as non-root and such, see: https://pm2.io/doc/en/runtime/guide/startup-hook/

@grtjn
Copy link
Contributor Author

grtjn commented Sep 17, 2019

(mental note: good example in wsl project)

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

1 participant