I know all the examples and instructions out there are for running MM on a Raspberry Pi and Raspbian, but has anyone tried running it on Debian Jessie and just using the browser component (pi, laptop, tv with browser)?
I just installed Debian on a virtual machine so it can do the heavy lifting, then basically all that is in the mirror is a browser.
I didn’t use the script, I manually did a git and npm install. Then created a config.js and allowed all IP addresses. I would like it to work through apache, but that is not a show stopper, I was able to start it with the node serveronly mode and access it via port 8080
Couple Benefits
- Central location for multiple mirrors
- Just need a browser for the client side, can have other devices than a pi, like an Orange Pi, thin client
- Hard disk is more durable than SD card (my opinion)
- Can spin up multiple instances for development and testing
- Can put the instance in the cloud (AWS) so you can share the screen with mobile devices.
- You don’t need a Pi to start
I do see the benefits of having it all on the pi though, less power, one device, community is established on pi.
Just some thoughts and if anyone else has tried this route.