Thanks so much!
Elixir was on my list but decided for Fastify (Node v22), Postgres and Vue3 in the end as these are the things I am more familiar with. :)
The command is on the Printercow homepage - though proper docs are coming by end of the week.
Raspberry Pi Installation:
- Open Raspberry Pi Imager
- Select Raspberry Pi OS Lite (32bit)
--> Lite is without desktop environment and saves some Memory on the PI :)
- Start the Pi and enter:
curl -fsSL https://printercow.com/pi/install.sh -o install.sh \
&& chmod +x install.sh \
&& sudo ./install.sh
heeton|1 year ago
Edit: had a look at the firmware and it's not Nerves - but that's fine! I was just curious :)
lionpixel|1 year ago