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

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

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`)