ecs
VPS Fusion Monster Server Test GO Version Aiming to be the most comprehensive server testing project, implemented in Go with zero environment dependencies. VPS融合怪服务器测评项目 GO版本 尽量成为最全能的服务器测评项目,使用 Go 实现,无需任何环境依赖。
파일 탐색기
최종 버전 다운로드 (.zip)- create_public_branch.py
- build_binary.yaml
- build_docker.yaml
- build_public.yml
- sync.yaml
- sync_cnb_master.yaml
- api.go
- component_data.go
- components.go
- components_local.go
- components_local_test.go
- components_public.go
- components_security_private.go
- components_speed_private.go
- config.go
- config_test.go
- finalize.go
- finalize_test.go
- menu.go
- privacy.go
- privacy_disk_test.go
- progress.go
- progress_test.go
- runner.go
- sanitize.go
- sanitize_test.go
- structured.go
- structured_test.go
- tests.go
- utils.go
- main.go
- main_test.go
- cpu_summary.go
- summary.go
- menu.go
- menu_test.go
- tui.go
- tui_custom.go
- tui_main.go
- tui_options.go
- tui_runtime.go
- params.go
- params_test.go
- unlock_region_test.go
- exit_cleanup.go
- exit_cleanup_test.go
- forceexit_unix.go
- forceexit_unix_test.go
- forceexit_windows.go
- orchestration.go
- output_sanitizer.go
- output_sanitizer_test.go
- runner.go
- runner_test.go
- cpu.go
- disk.go
- disk_test.go
- memory.go
- nexttrace.go
- speed.go
- speed_private_registry.go
- speed_test.go
- unlock.go
- upstreams.go
- normalize.go
- normalize_test.go
- embed_geekbench.sh
- upload_context_test.go
- utils.go
- utils_test.go
- .gitignore
- .goreleaser.yaml
- Dockerfile
- go.mod
- go.sum
- goecs.go
- goecs.sh
- goecs_test.go
- LICENSE
- README.md
- README_NEW_USER.md
- README_ZH.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/oneclickvirt/ecs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ecs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
International image: https://hub.docker.com/r/spiritlhl/goecs
이 명령어를 터미널에 그대로 입력해 실행하세요.
Please ensure Docker is installed on your machine before executing the following commands
이 명령어를 터미널에 그대로 입력해 실행하세요.
Using Docker to execute tests will result in some hardware testing bias and virtualization architecture detection failure. Direct testing is recommended over Docker testing.
이 명령어를 터미널에 그대로 입력해 실행하세요.
Mirror image: https://cnb.cool/oneclickvirt/ecs/-/packages/docker/ecs
이 명령어를 터미널에 그대로 입력해 실행하세요.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
