Mozilla Hubs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
https://github.com/albirrkarim/mozilla-hubs-installation-detailed | https://github.com/albirrkarim/mozilla-hubs-installation-detailed | ||
https://github.com/mozilla/hubs-ops | |||
== Hubs-compose install hints == | == Hubs-compose install hints == | ||
Line 32: | Line 34: | ||
https://tobias-weiss.org:8888/ | https://tobias-weiss.org:8888/ | ||
Manage start with pm2 | |||
https://github.com/Unitech/pm2<pre> | https://github.com/Unitech/pm2<pre> | ||
npm install pm2 -g | npm install pm2 -g |
Revision as of 14:09, 21 December 2023
Important resources
https://github.com/mozilla/hubs
https://github.com/mozilla/hubs-compose/
https://github.com/albirrkarim/mozilla-hubs-installation-detailed
https://github.com/mozilla/hubs-ops
Hubs-compose install hints
sudo apt install vim git docker docker-compose wget https://github.com/mutagen-io/mutagen/releases/download/v0.17.2/mutagen_linux_amd64_v0.17.2.tar.gz wget https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_linux_amd64_v0.17.4.tar.gz tar xvzf mutagen_linux_amd64_v0.17.2.tar.gz tar xvzf mutagen-compose_linux_amd64_v0.17.4.tar.gz rm -f mutagen-compose_linux_amd64_v0.17.4.tar.gz mutagen_linux_amd64_v0.17.2.tar.gz sudo mv mutagen mutagen-compose /usr/local/bin/ git clone https://github.com/mozilla/hubs-compose.git cd hubs-compose sudo ./bin/init
My Dev instance
https://tobias-weiss.org:8888/
Manage start with pm2
https://github.com/Unitech/pm2
npm install pm2 -g pm2 start "npm run dev" --name hubs pm2 restart hubs --watch