almost prod product
This commit is contained in:
15
README.md
15
README.md
@@ -3,6 +3,21 @@ source : https://github.com/Oishh/leptos-axum-tailwind-start
|
||||
wasm-pack build --target=web --debug --no-default-features --features=hydrate
|
||||
cargo run --no-default-features --features=ssr
|
||||
|
||||
example of systemd config
|
||||
```
|
||||
[Unit]
|
||||
Description=Running rust script
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/home/pi/Scripts/rust_mosquitto/target/release/.env
|
||||
ExecStart=/home/pi/Scripts/rust_mosquitto/target/release/rust_mosquitto
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
# dev
|
||||
source .env
|
||||
cargo sqlx migrate run
|
||||
|
||||
Reference in New Issue
Block a user