An open API service indexing awesome lists of open source software.

https://github.com/owlinux1000/codereading

GNU global docker image
https://github.com/owlinux1000/codereading

code-read docker docker-image gnu-global

Last synced: about 1 year ago
JSON representation

GNU global docker image

Awesome Lists containing this project

README

          

# GNU GLOBAL in Docker

You can simply read source code with Web Browser !!

## How to use

1. Preparing the Docker environment

```
$ docker build -t reading .
$ docker run -p 8888:80 -itd reading # Access to http://localhost:8888/src/hogehoge/HTML
```

2. Putting source codes that you want to read `/usr/local/src` and creating html files with `gtags` and `htags` commands
3. Access to `http://localhost:8888/src/hogehoge/HTML` with the web browser