https://github.com/speciesfilegroup/taxonworks_rdoc_docker
Docker environment to serve TaxonWorks RDoc pages
https://github.com/speciesfilegroup/taxonworks_rdoc_docker
Last synced: about 1 year ago
JSON representation
Docker environment to serve TaxonWorks RDoc pages
- Host: GitHub
- URL: https://github.com/speciesfilegroup/taxonworks_rdoc_docker
- Owner: SpeciesFileGroup
- License: other
- Created: 2020-12-11T21:11:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:32:25.000Z (over 1 year ago)
- Last Synced: 2025-03-11T11:33:35.344Z (over 1 year ago)
- Language: Ruby
- Size: 30.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# taxonworks_rdoc_docker
Docker environment to serve TaxonWorks RDoc pages
### Example usage
```
docker build . -t taxonworks-rdoc-server
docker run -it --rm -p 4567:4567 -e REBUILD_TOKEN=RANDOM_STRING taxonworks-rdoc-server # REBUILD_TOKEN env is optional
```
Once documentation is built you may access the docs at `http://localhost:4567/`. You may rebuild the docs by visiting `http://localhost:4567/rebuild/RANDOM_STRING` (`http://localhost:4567/rebuild/` if image is running without any `REBUILD_TOKEN`)