Make repo installable from offline media #4478
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: mgmt
Related to repo management and automations
Description
Openverse should be easy to install from offline media like a flash drive. This will make it extremely easy to set up Openverse for contributors by carrying the repository on a flash drive to various coding events. This requires multiple things:
The repo should be copyable onto a flash drive that can support multiple Unix-like operating systems (with support for file system permissions etc.).
We should have
just
recipes to.tar.gz
filesWe should have commands and
just
recipes to ensure that the repo can be cleaned of all untracked files like environment variables and secrets.Additional context
This issue was identified at contributor day.
The text was updated successfully, but these errors were encountered: