41 lines
691 B
Markdown
41 lines
691 B
Markdown
# Use cases
|
|
|
|
## Create a recipe
|
|
(A group is automatically created)
|
|
|
|
## Create a groupe
|
|
|
|
## Move a group
|
|
|
|
## Delete a group
|
|
|
|
## Create a step
|
|
|
|
## Move a step
|
|
|
|
## Delete a step
|
|
|
|
# Technical
|
|
|
|
## Cross-compilation on Windows 11
|
|
|
|
The toolchain for Raspberry Pi 64 bits is available here: https://gnutoolchains.com/raspberry64/
|
|
|
|
|
|
## How to install service on RPI Zero
|
|
|
|
1. Copy doc/recipes.service to /lib/systemd/system
|
|
2. Enabled it: #> systemctl enable recipes
|
|
|
|
|
|
## Useful URLs
|
|
|
|
* Rust patterns : https://github.com/rust-unofficial/patterns/tree/master/patterns
|
|
* Rusqlite (SQLite) : https://docs.rs/rusqlite/0.20.0/rusqlite/
|
|
|
|
## How to develop
|
|
|
|
Autoreload: https://actix.rs/docs/autoreload/
|
|
|
|
|
|
|