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

which directory are the source files of the avalon system placed? #71

Open
zhangyilibecnu opened this issue Jan 1, 2023 · 1 comment

Comments

@zhangyilibecnu
Copy link

After completing the local avalon installation, in which directory are the source files of the avalon system placed? I need to modify the source file, but I can't find the source file of avalon in the docker system?

@cjcolvar
Copy link
Member

cjcolvar commented Jan 9, 2023

Within the docker container the source code is at /home/app/avalon. If you need to modify the code, you can either rebuild the docker image using the Dockerfile in the avalon repository (https://github.com/avalonmediasystem/avalon/blob/main/Dockerfile) or you can make a copy of the source code outside of the docker container then mount it into the container. You can get the code by checking out the avalon repository: https://github.com/avalonmediasystem/avalon. This is the approach we use for our development environment so we don't have to rebuild the docker image for each change. If the avalon source code is in the directory with docker-compose.yml then this configuration would be the same as https://github.com/avalonmediasystem/avalon/blob/main/docker-compose.yml#L126-L127.

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

No branches or pull requests

2 participants