Skip to content

Commit

Permalink
설명과 스샷 추가함.
Browse files Browse the repository at this point in the history
  • Loading branch information
khw7096 committed Jun 9, 2019
1 parent 1943a31 commit 17c133d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

![travisCI](https://secure.travis-ci.org/digital-idea/dilog.png)

![screenshot](figures/screenshot01.png)

디지털아이디어 웹용 로그서버 입니다.
프로젝트 매니징툴을 사용하면서 필요시 로그를 기록할 수 있도록 작성되었습니다.
로그 기능이 필요한 다른 툴도 활용할 수 있도록 설계되었습니다.
조직에서 만들어지는 툴중 로그에 대한 기록이 필요할 경우가 있습니다. 프로젝트 매니징툴의 로그를 기록하기위해 만들었지만, 다른툴에서도 활용할 수 있도록 제작했습니다.

### Download
바이너리 하나만 필요합니다. 다운로드 합니다.

- Linux:
- macOS:
- Windows:

### mongoDB 설치, 실행
monogoDB를 설치하고 실행합니다.
Expand All @@ -20,6 +28,19 @@ CentOS
$ sudo yum install mongodb mongodb-server
```

### 서버실행
실행파일로 서버를 실행할 수 있습니다.
```
# dilog -http :80
```

mongodb 서버 IP가 10.0.90.251이고 dilog를 :8080 포트로 실행하는 방법은 아래와 같습니다.

```bash
$ dilog -http :8080 -dbip 10.0.90.251
```


### 로그추가: Commandline
기본적으로는 2개의 인수만 추가하더라도 로그를 사용할 수 있습니다.

Expand All @@ -42,13 +63,6 @@ $ dilog -tool tooA -project circle -slug SS_0010_org -log "A버튼을 눌렀다.
$ curl -X POST -d "project=circle&slug=SS_0010_org&tool=csi3&user=woong&keep=180&log=log_text" http://127.0.0.1:8080/api/setlog
```

### 로그검색: Commandline
터미널검색 : "test"라는 문자열로 로그검색

```bash
$ dilog -find test
```

### 로그삭제: Commandline
기본적으로 로그 데이터는 가지고 있습니다.
아래 명령어를 통해서 시간이 지난 로그를 지울 수 있습니다.
Expand All @@ -57,19 +71,7 @@ $ dilog -find test
$ dilog -rm
```

### 웹서버 실행
web서버를 8080번 포트로 실행

```bash
$ dilog -http :8080 -dbip 10.0.90.251
id를 이용해서 삭제하는 방법
```
$ dilog -rmid 0000000000000
```

### Reference
- vfxgen: https://github.com/shurcooL/vfsgen

### History
- '18.6.26: RestAPI 추가
- '16.4.8: 회사 확장에 따라 로그시간을 국제시로 변경.
- '15.3.24~'15.5.26: 설계, 1차 완료


Binary file added figures/screenshot01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17c133d

Please sign in to comment.