|
|
|
|
|
by codetrotter
1745 days ago
|
|
From a cursory look running the backend is close to as simple as installing libpq and then cargo build --release
and then creating the PostgreSQL user and database, and editing a config file then running the lemmy binary.I don’t see a problem. Serving the frontend cannot be a challenge either I imagine but I didn’t bother looking at the frontend. |
|