Make URCPP Developer Friendly

オープン
#191 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
docker, docker-compose, python

調査の方向性

まず既存の Dockerfile と docker-compose.yml を確認し、次にコンテナ設定を PR 190 の Python 3 への移行と比較します。コンテナ設定を .devcontainer に移し、開発用ボリュームを用意し、アプリとデータベースのコンテナが権限エラーなしで接続し、Python 3 で実行されることを確認します。

索引モデルが issue の本文から書いたものです。

説明

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) within the docker container.
主要言語
HTML
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

BCStudentSoftwareDevTeam/urcpp のほかの issue

BCStudentSoftwareDevTeam/urcpp の issue をすべて見る

似ている issue

Databases の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。