uryoya / molt

MIT License
1 stars 0 forks source link

ディレクトリ構造の変更&タスクランナーの追加 #1

Closed unblee closed 7 years ago

unblee commented 7 years ago
unblee commented 7 years ago

ディレクトリ構造を修正した関係で requirements.dev.txt を開発時に必要なものだけにしたので、開発時は以下の流れでやると綺麗にできると思う

  1. ホスト環境にvenv を構築(ここはあとで Makefile にタスクを書くのをお願いしたいです 🙏 )
    • 構築する際に piprequirements.dev.txt を指定してホスト環境の venv にインストール
    • コーディング補助のためのパッケージ
  2. ホスト環境で適当にコーディング
  3. make build && make run でコンテナを起動
    • このとき app/requirements.txtコンテナ内にパッケージがインストールされる
    • アプリケーション実装のためのパッケージ
  4. 動作確認
  5. 1-4 を回す
uryoya commented 7 years ago

ありがとうございます 🙏 🙏 🙏