Giter Club home page Giter Club logo

issue-control's People

Contributors

sunny4249 avatar

Watchers

 avatar

issue-control's Issues

설치

Search42 설치 Guide

설치 준비작업

1. tar file 압축 해제

 tar -xvf search42.tar search42

2. search42 directory로 이동 및 docker image 로드

$ cd search42

$ bash image_load.sh

Service 설치

1. Service docker load

$ docker-compose up -d

2. mongodb 설정

$ docker exec -it search42-mongodb.p1 bash
$ mongo -uadmin -p 42maru_dev

아래 스크립트 복사후 입력

config = { 
  _id: "rs0", 
  protocolVersion: 1, 
  members: [ 
    {_id:0, host: "mongo1:27017"}, 
    {_id:1, host: "mongo2:27027"}, 
    {_id:2, host: "mongo3:27037", arbiterOnly: true}, 
  ] 
}; 
 
rs.initiate(config); 
rs.reconfig(config); 
rs.conf();

사용자 생성

use keeper 
db.createUser({ 
    user: keeper, 
    pwd: keeper, 
    roles: [{ 
        role: "readWrite", 
        db: "keeper" 
    }] 
});

3. elasticsearch 설정

$ cd ~/search42/search42/log-system
$ python src/data_stream.py --es_host $ES_HOST

4.

test issue templete

Description about issue

Screenshots
If applicable, add screenshots to help explain your problem.

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

html test

glossary
titleexample glossary
GlossDiv
titleS
GlossList
GlossEntry
IDSGML
SortAsSGML
GlossTermStandard Generalized Markup Language
AcronymSGML
AbbrevISO 8879:1986
GlossDef
paraA meta-markup language, used to create markup languages such as DocBook.
GlossSeeAlso
  • GML
  • XML
GlossSeemarkup

bug report

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

mark down test

From 42maru account

  • Process
    AMI pannel 선택 -> 공유할 IMAGE 선택-> 작업 Tab -> 이미지 권한 수정 -> 프라이빗&공유할 계정
    ID입력

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.