Simplify Makefile commands for local development#23
Closed
Conversation
06be92b to
d93c106
Compare
- Remove `run-local` target from Makefile (local execution not supported) - Rename `run-cloud9` to `run` for simpler command - Add notice in README that project is designed for AWS Cloud9 - Clarify that MySQL and Redis do not start automatically in local environment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
d93c106 to
4233ebf
Compare
- Simplify comments in load test configuration for better readability - Add pprof endpoint for performance profiling - Update xray segment namer to suna-big 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update ENV_ENVIRONMENT from ec2 to local in Makefile - Align with PR #23 to support local development only 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Rename 'run' to 'run-local' for clarity - Make it explicit that this runs in local environment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Change environment case from "ec2" to "local" in config - Align with local-only development approach 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update README.md to use 'make run-local' command - Change local config to use RawDBConfig instead of SecretsManager - Set local database connection to localhost with default settings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Revert pprof endpoint addition - Revert xray segment namer change - Keep only local environment configuration changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update default Environment value from ec2 to local - Align with local-only development approach 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add docker-compose.yml for easy local development - Configure MySQL 8.0 with automatic schema initialization - Configure Redis 7 with persistence - Update README.md with Docker usage instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add scripts/insert-test-data.sh for easy test data setup - Insert sample data: 5 genres, 5 series, 3 seasons, 3 episodes - Update README.md with test data insertion instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Collaborator
Author
|
移設したので不要になりました。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
run-localに統一し、local 環境のみをサポートcloud9環境の設定を削除localに設定変更内容
設定の簡素化
run-localターゲットでENV_ENVIRONMENT=localを設定cloud9ケースを削除し、localケースのみをサポートlocalに変更Docker 対応
ドキュメント
実行方法
Test plan
make run-localコマンドが local 環境で正常に動作することを確認/)が HTTP 200 を返すことを確認🤖 Generated with Claude Code