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
- Host: GitHub
- URL: https://github.com/owlinux1000/codereading
- Owner: owlinux1000
- Created: 2019-03-20T10:34:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T10:37:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T10:35:56.611Z (about 1 year ago)
- Topics: code-read, docker, docker-image, gnu-global
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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