Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[misc]: Add a dev folder for local development #3368

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Pterosaur
Copy link
Contributor

@Pterosaur Pterosaur commented Nov 14, 2024

What I did
Add a dev folder, which includes a docker-compose environment for local development.

Why I did it
A developer has to download and install all dependences and setup the development environment if he would like to develop this submodule. This PR is for relieving the developer from the tedious setup process.

How I verified it
Execute the following command and a development will be setup for you automatically.

cd dev
UID=`id -u` GID=`id -g` docker compose -f docker-compose.yml run --rm sonicdev

Details if related

Signed-off-by: Ze Gan <[email protected]>
@Pterosaur Pterosaur marked this pull request as ready for review November 14, 2024 05:46
@Pterosaur
Copy link
Contributor Author

Hi @prsunny , Could you please help to review and merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants