Giter VIP home page Giter VIP logo

innodb-doc-kr's Introduction

InnoDB 8.0 Reference Manual

MySQL 공식 레퍼런스 메뉴얼에서 제공하는 내용 중, InnoDB 파트만을 분리하여 한글 번역본으로 제공합니다. InnoDB와 밀접히 연결된 경우에는 MySQL 파트에 대한 자료도 업로드 될 수 있습니다.

MySQL/InnoDB와 관련된 추가적인 문서, 연구 자료나 논문 등도 업로드 될 수 있습니다.

Setup local server with Hexo

로컬 서버에서 테스트하기 위해서는 npm이 필요합니다.

본 리포지토리를 clone 한 뒤 yarn 혹은 npm i를 실행하여 필요한 패키지들을 설치합니다. hexo가 설치되어 있지 않은 경우 npm i hexo-cli -g를 통해 hexo 커맨드라인 툴을 설치합니다. 모든 설치 작업이 정상적으로 완료된 경우 hexo server를 통해 로컬 서버를 실행하고, 웹 브라우저에서 http://localhost:4000을 통해 접속합니다.

Github page로 deploy 하기

작업이 완료된 이후 hexo deploy -g 를 통해 github로 deploy 합니다.

문서 작성 요령

번역된 문서는 source/blog 안에 위치합니다. 각각의 대주제에 맞도록 폴더를 구성하며, 현재까지는 InnoDB에 대한 번역만을 제공하므로 source/blog/innodb 폴더만 존재합니다. 각 포스트의 이름은 주제가 뭔지 알 수 있도록 명확하게 명시합니다. 마크다운을 이용하여 글을 작성할 때, 링크나 이미지의 주소는 본문에 바로 적지 않고, 아래의 예제처럼 참조연산을 사용합니다.

[이 링크의 주소를 본문에 바로 삽입하지 말고 참조를 사용하세요][use-reference]
[Direct reference]도 사용할 수 있습니다.
... 글의 다른 내용들....


.... 포스팅 마크다운 파일의 최하단부 ....
[use-reference]: https://flashsql.github.io/innodb-doc-kr
[Direct reference]: https://flashsql.github.io/innodb-doc-kr

Contribution 방법

번역에 대한 컨트리뷰션은 모두 hexo 브랜치에 대해서만 허용합니다. master 브랜치의 내용은 hexo 브랜치에서 문서를 관리한 뒤 git pages에 맞게 컴파일된 데이터들을 저장하고 호스팅 하는 공간입니다. 본 저장소에 대한 이슈나 패치가 있을 경우, 반드시 hexo 브랜치의 데이터들을 수정하고 로컬 서버에서 테스트를 끝낸 뒤 hexo 브랜치에 대해 이슈/PR을 남겨주세요.

innodb-doc-kr's People

Contributors

dependabot[bot] avatar meeeejin avatar wurikiji avatar

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.