Mozilla Hubs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
sudo ./bin/init | sudo ./bin/init | ||
</pre>If the admin panel stays blank. Visit all open ports via browser and accept the self-signed certificate. | </pre>Hints: | ||
- If the admin panel stays blank. Visit all open ports via browser and accept the self-signed certificate. | |||
- If mutagen is complaining about deamon/version conflict. Try downgrading to 17.2. I faced similar issues with version 17.4. | |||
== My Dev instance == | == My Dev instance == |
Revision as of 17:13, 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 tmux htop sudo systemctl enable docker --now 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.2/mutagen-compose_linux_amd64_v0.17.2.tar.gz tar xvzf mutagen_linux_amd64_v0.17.2.tar.gz tar xvzf mutagen-compose_linux_amd64_v0.17.2.tar.gz rm -f mutagen-compose_linux_amd64_v0.17.2.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 mutagen daemon start sudo ./bin/init
Hints:
- If the admin panel stays blank. Visit all open ports via browser and accept the self-signed certificate.
- If mutagen is complaining about deamon/version conflict. Try downgrading to 17.2. I faced similar issues with version 17.4.
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