meteroid-oss / meteroid

Open-source Pricing and Billing Infrastructure 🚀 Subscription management, Invoicing, Pricing, Usage-based billing, Cost limiting, Grandfathering, Experiments, Revenue analytics & Actionable insights

Home Page:https://meteroid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run locally (without Docker)?

coolaj86 opened this issue · comments

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.

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)