> For the complete documentation index, see [llms.txt](https://pinpoint-apm.gitbook.io/pinpoint/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pinpoint-apm.gitbook.io/pinpoint/v2.3.0/getting-started/quickstart/quickstart.win.ko.md).

# quickstart.Win.ko

Pinpoint는 공식적으로는 Linux와 OS X를 지원한다. 하지만 Pinpoint와 HBase 모두 Java 기술을 사용하고 있기 때문에 QuickStart를 Windows에서도 실행할 수 있다. 여기에서는 Windows 환경에서 Cygwin을 사용하지 않고 HBase와 Pinpoint를 실행하는 것에 대해 설명한다.

## 시작하기

`git clone https://github.com/pinpoint-apm/pinpoint.git`로 Pinpoint를 다운로드 하거나 zip 파일로 프로젝트를 [다운로드](https://github.com/pinpoint-apm/pinpoint/archive/master.zip)하고 압축을 해제한다.

`mvnw.cmd install -DskipTests=true`를 실행하여 Pinpoint를 설치한다.

### 주의사항

윈도우에서 QuickStart의 cmd파일을 실행할 경우 반드시, `quickstart\bin` 디렉토리의 위치에서 실행해야 한다.

만약 다른 디렉토리에서 실행하고 싶다면, `QUICKSTART_BIN_PATH` 환경변수에 `quickstart\bin` 디렉토리의 절대 경로를 설정 해야 한다.

### 설치 및 HBase 시작하기

\*\*[Apache 다운로드 사이트](http://apache.mirror.cdnetworks.com/hbase/)에서 HBase 1.0.x 버전을 다운로드 받는다.

\*\*다운로드 받은 파일을 quickstart\hbase 디렉토리에 압축을 풀고 디렉토리 이름을 hbase로 변경하여 `quickstart\hbase\hbase`로 만든다.

**HBase 시작** - `start-hbase.cmd` 실행

**테이블 초기화** - `init-hbase.cmd` 실행

### Pinpoint 데몬 시작하기

**Collector** - `start-collector.cmd` 실행

**TestApp** - `start-testapp.cmd` 실행

**Web UI** - `start-web.cmd` 실행

### 상태 확인

HBase와 3개 데몬이 실행한 후 Pinpoint 인스턴스를 테스트하려면 아래 주소로 접속한다.

* Web UI - <http://localhost:28080>
* TestApp - <http://localhost:28081>

TestApp UI를 사용하여 Pinpoint로 추적 데이터를 전송하고, Pinpoint Web UI를 통해 해당 데이터들을 확인할 수 있다. TestApp은 \_TESTAPP\_에 \_test-agent\_로 등록된다.

## 종료하기

**Web UI** - `stop-web.cmd` 실행

**TestApp** - `stop-testapp.cmd` 실행

**Collector** - `stop-collector.cmd` 실행

**HBase** - `stop-hbase.cmd` 실행


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pinpoint-apm.gitbook.io/pinpoint/v2.3.0/getting-started/quickstart/quickstart.win.ko.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
