Missing install instructions for dev & prod #38

Closed
opened 2025-05-28 20:12:28 -07:00 by waifu · 2 comments
Owner

Docs don’t have installation steps for either development or production. This can make it a bit tricky for new people to setup a server or help in the development.

Adding a simple guide or section that walks through setting things up in both environments would make onboarding smoother.

Docs don’t have installation steps for either development or production. This can make it a bit tricky for new people to setup a server or help in the development. Adding a simple guide or section that walks through setting things up in both environments would make onboarding smoother.
waifu added the
Feature
Refactoring
labels 2025-05-28 20:12:28 -07:00
waifu added this to the v1.1 project 2025-05-28 20:12:29 -07:00
VD15 self-assigned this 2025-05-29 03:51:08 -07:00
Collaborator

We also don't explicitly support multi-environment setups yet. Thankfully now that we've moved all the configuration to an ini file, we can just swap out config files to run in dev/production mode and have the mode toggled via an environment variable:

KEMOVERSE_ENV = dev for development (uses config_dev.ini).
KEMOVERSE_ENV = prod for production (uses config_prod.ini).
If KEMOVERSE_ENV is unset, raise an error.

We also don't explicitly support multi-environment setups yet. Thankfully now that we've moved all the configuration to an ini file, we can just swap out config files to run in dev/production mode and have the mode toggled via an environment variable: `KEMOVERSE_ENV = dev` for development (uses config_dev.ini). `KEMOVERSE_ENV = prod` for production (uses config_prod.ini). If `KEMOVERSE_ENV` is unset, raise an error.
VD15 added reference 38_install_instructions 2025-05-29 05:07:51 -07:00
Author
Owner

Closing

Closing
waifu closed this issue 2025-05-30 09:12:12 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: waifu/kemoverse#38
No description provided.