How to run locally (without Docker)?
coolaj86 opened this issue · 1 comments
coolaj86 commented
I'm expecting that's it's probably something simple like
cargo build --release meteroid
./targets/release/meteroid --port 1234 --env ./meteroid.env
But I'm not a Rust developer and I use VPSes and LXDs directly because I just can't wrap my head around Docker.
gaspb commented
Hey @coolaj86 , you can follow https://github.com/meteroid-oss/meteroid/blob/main/CONTRIBUTING.md to run the app for development. You will need to run/serve the frontend separately, we don't yet have a standalone build without docker.
(also you will not be able to use the sql seed mentioned in this file, we're finishing some db refacto before regenerating it, but you can run cargo run -p meteroid --bin seeder
to generate some data)