Mitch's Notes: Technical stuff, and maybe even some recipes.

I like tinkering with electronics and software.  Here's where I dump stuff.  Kind of like a lab book, but I can share pages.

Mitch

What's wrong with React?

One way to write web-based client-server software is to run client software in the browser, which talks to back-end software via a RESTful interface: The client sends in HTTP form data, and the server responds with JSON. React is super-popular for writing the front-end part…

Continue reading...
Mitch

Inventree 1.0.x install

Bare metal Installation instructions here: https://docs.inventree.org/en/latest/start/install/ Here’s what I did different: Do the apt-get install of required system packages For Weasyprint: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html apt install pango1.0-tools The rest of what Weasyprint needs will be auto-installed into the venv later. Create user with uid 1118 (to not…

Continue reading...