Mozilla Hubs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<nowiki>= Manage start with pm2 =</nowiki> https://github.com/Unitech/pm2 npm install pm2 -g pm2 start "npm run dev" --name hubs pm2 start "npm run dev" --name hubs") |
No edit summary |
||
Line 1: | Line 1: | ||
My instance: | |||
https://tobias-weiss.org:8888/ | |||
<nowiki>= Important resources =</nowiki> | |||
https://github.com/mozilla/hubs | |||
https://github.com/mozilla/hubs-compose/ | |||
https://github.com/albirrkarim/mozilla-hubs-installation-detailed | |||
<nowiki>= Manage start with pm2 =</nowiki> | <nowiki>= Manage start with pm2 =</nowiki> | ||
https://github.com/Unitech/pm2 | https://github.com/Unitech/pm2<pre> | ||
npm install pm2 -g | npm install pm2 -g | ||
Line 8: | Line 19: | ||
pm2 start "npm run dev" --name hubs | pm2 start "npm run dev" --name hubs | ||
</pre> |
Revision as of 16:53, 16 December 2023
My instance:
https://tobias-weiss.org:8888/
= Important resources =
https://github.com/mozilla/hubs
https://github.com/mozilla/hubs-compose/
https://github.com/albirrkarim/mozilla-hubs-installation-detailed
= Manage start with pm2 =
https://github.com/Unitech/pm2
npm install pm2 -g pm2 start "npm run dev" --name hubs pm2 start "npm run dev" --name hubs