ecs-logging-nodejs
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- ecs-logging-specs.yml
- scm.yml
- update-compose.yml
- action.yml
- addToProject.yml
- docs-build.yml
- docs-deploy.yml
- docs-preview-cleanup.yml
- github-commands-comment.yml
- labeler.yml
- release-ecs-helpers.yml
- release.yml
- slack-lite.yml
- tav.yml
- test.yml
- update-specs.yml
- dependabot.yml
- index.md
- morgan.md
- pino.md
- toc.yml
- winston.md
- docset.yml
- error-formatters.js
- http-formatters.js
- index.js
- basic.test.js
- express.test.js
- hapi.test.js
- CHANGELOG.md
- LICENSE
- NOTICE.md
- package.json
- README.md
- express-with-apm.js
- express.js
- apm.test.js
- basic.test.js
- serve-one-http-req-with-apm.js
- CHANGELOG.md
- index.d.ts
- index.js
- LICENSE
- NOTICE.md
- package.json
- README.md
- basic.js
- error.js
- express-simple.js
- express-with-pino-http.js
- http-with-elastic-apm.js
- http.js
- js-esm-import.mjs
- js-require-default.js
- js-require-named.js
- ts-import-default.ts
- ts-import-named.ts
- ts-import-star.ts
- ts-require.ts
- tsconfig-esModuleInterop.json
- tsconfig-no-esModuleInterop.json
- apm.test.js
- basic.test.js
- import-styles.test.js
- serve-one-http-req-with-apm.js
- simple-log-hi.js
- .tav.yml
- CHANGELOG.md
- index.d.ts
- index.js
- LICENSE
- NOTICE.md
- package.json
- README.md
- bench
- bench-one
- server-pong.js
- basic-without-ecs-format.js
- basic.js
- error.js
- express.js
- http-with-elastic-apm.js
- http.js
- redact-fields.js
- apm.test.js
- basic.test.js
- errors.test.js
- serve-one-http-req-with-apm.js
- simple-log-hi.js
- uncaught-exception.js
- unhandled-rejection.js
- utils.js
- .tav.yml
- CHANGELOG.md
- index.d.ts
- index.js
- LICENSE
- NOTICE.md
- package.json
- README.md
- spec.json
- ecs-logging-validate.js
- .npmrc
- check-license-headers.sh
- create-schema.js
- license-header.txt
- package.json
- pre-commit-hook.sh
- README.md
- run-install.sh
- run-lint.sh
- run-test.sh
- schema.json
- .editorconfig
- .gitignore
- .npmrc
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- Makefile
- NOTICE.md
- package.json
- README.md
- RELEASING.md
- updatecli-compose.yaml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/elastic/ecs-logging-nodejs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ecs-logging-nodejs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
