项目作者: owlinux1000

项目描述 :
GNU global docker image
高级语言: Dockerfile
项目地址: git://github.com/owlinux1000/CodeReading.git
创建时间: 2019-03-20T10:34:23Z
项目社区:https://github.com/owlinux1000/CodeReading

开源协议:

下载


GNU GLOBAL in Docker

You can simply read source code with Web Browser !!

How to use

  1. Preparing the Docker environment
  1. $ docker build -t reading .
  2. $ docker run -p 8888:80 -itd reading # Access to http://localhost:8888/src/hogehoge/HTML
  1. Putting source codes that you want to read /usr/local/src and creating html files with gtags and htags commands
  2. Access to http://localhost:8888/src/hogehoge/HTML with the web browser