VFVS
VirtualFlow for Virtual Screening
파일 탐색기
최종 버전 다운로드 (.zip)- folders (1).png
- folders (2).png
- folders.png
- joblines.png
- range-control-file (1).png
- range-control-file.png
- range-control-files.png
- README.md
- uninstallation.md
- untitled-1.md
- vflp.md
- vftools.md
- directory-structure.md
- job-organization.md
- naming-conventions.md
- README.md
- long-term-storage.md
- monitoring.md
- overview-of-commands.md
- pausing-and-continuation.md
- preparing-the-workflow.md
- README.md
- starting-jobs.md
- external-packages.md
- prerequisities.md
- README.md
- directory-structure.md
- README.md
- untitled-1.md
- features.md
- troubleshooting.md
- untitled.md
- using-vflp.md
- version-history.md
- installation-1.md
- introduction.md
- prerequisites.md
- README.md
- directory-structure.md
- input-and-output-databases.md
- README.md
- monitoring.md
- postprocessing.md
- preparing-the-workflow.md
- README.md
- features.md
- introduction.md
- troubleshooting.md
- version-history.md
- further-resources.md
- general-features.md
- README.md
- running-virtualflow-in-the-cloud.md
- SUMMARY.md
- troubleshooting.md
- version-history.md
- README.md
- README.md
- README.md
- README.md
- qvina02
- qvina_w
- smina
- sqs
- time_bin
- vina
- vina_carb
- vina_xb
- Dockerfile
- continue-jobline.sh
- copy-templates.sh
- exchange-continue-jobline.sh
- exchange-jobfile.sh
- prepare-todolists.sh
- show_banner.sh
- submit.sh
- sync-jobfile.sh
- all.ctrl
- one-queue.sh
- one-step.sh
- template1.awsbatch.sh
- template1.lsf.sh
- template1.pbs.sh
- template1.sge.sh
- template1.slurm.sh
- template1.torque.sh
- todo.all
- vf_aws_run.py
- vf_aws_build_docker.sh
- vf_aws_get_status.py
- vf_aws_prepare_input_file_objstore.sh
- vf_aws_prepare_todolists.py
- vf_aws_submit_jobs.py
- vf_aws_upload_tranches_objstore.sh
- vf_continue_all.sh
- vf_continue_jobline.sh
- vf_prepare_folders.sh
- vf_prepare_todolists.sh
- vf_redistribute_collections_multiple.sh
- vf_redistribute_collections_single.sh
- vf_report.sh
- vf_start_jobline.sh
- Screenshot at 2019-03-18 08-02-56.png
- Screenshot at 2019-03-18 08-03-10.png
- Screenshot at 2019-03-18 08-03-18.png
- Screenshot at 2019-03-18 08-06-11.png
- Screenshot at 2019-03-19 08-30-57.png
- installation.md
- introduction.md
- monitoring-the-workflow.md
- setting-up-the-workflow.md
- starting-the-workflow.md
- the-completed-workflow.md
- installation.md
- introduction.md
- monitoring-the-workflow.md
- setting-up-the-workflow.md
- starting-the-workflow.md
- the-completed-workflow.md
- README.md
- SUMMARY.md
- README.md
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/VirtualFlow/VFVS
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd VFVS
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
docker build -f tools/docker/Dockerfile -t vfvs .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 vfvs
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
