Giter Site home page Giter Site logo

gitdocument's Introduction

gitdocument是一个将git资源转换为html页面通过层级结构展示文档的一个开源服务,开源地址为https://github.com/nandy007/gitdocument

读者可以fork相应的git资源,在使用中发现文档中的错误可以进行修改并进行pull requests操作,实现文档的共享管理。

服务使用

您也可以直接将gitdocument部署到自己的服务器中自行进行管理。

第一步:

git clone https://github.com/nandy007/gitdocument.git ./gitdocument

第二步:

cd gitdocument

npm install

第三步:

修改工程目录下的config/config.json文件,修改password的值, 并启动

npm run start

第四步:

通过浏览器访问:

http://localhost:7700/index.html(服务首页)

http://localhost:7700/mng/main[password].html(管理页面)

其中[passeord]为config.json文件中配置的password的值,注意不要加[],比如如果password为空串则访问地址为http://localhost:7700/mng/main.html

gitdocument's People

Contributors

nandy007 avatar

Watchers

 avatar  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.