BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/urcpp

Make URCPP Developer Friendly

未關閉
#191 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
HTML
星號
0
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

Unable to run the app development environment in current state.

URCPP is currently not runnable using the docker container and docker-compose file with myriad of permission issues on the database and inconsistencies between the usernames and passwords being used to make the DB connection.

The repository should be modified to use a .devcontainer folder which sets up the development environment on its own.

Additional changes should address:
- Move the Dockerfile and docker-compose.yml files to a .devcontainer folder so we can develop in any environment.
- Storing the code in a volume so we don't need to rebuild every time to copy changed files into our docker image.
- Fixing permission issues between the database and the app containers. (The app currently doesn't run due to permission issues)
- Migrating to Python 3 (Scott Heggen made the migration to python 3 using local setup in [this PR](https://github.com/BCStudentSoftwareDevTeam/urcpp/pull/190)) within the docker container.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Start by reviewing the existing Dockerfile and docker-compose.yml, then compare the container setup with the Python 3 migration in PR 190. Move the container configuration into .devcontainer, provide a development volume, and verify that the app and database containers connect without permission errors and run with Python 3.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
docker, docker-compose, python
領域
databases, devops, infrastructure
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。