Overview
TaxonWorks developers are committed to helping solve deployment strategies. If you need help, or want to explore alternative approaches reach out.
Three approaches to deploying TaxonWorks for production (use) have been used to date:
- Docker/Kubernetes - A more advanced approach that add redundancy and ability to eliminate down-time on new deploys. The approach currently used by the SpeciesFileGroup.
- Docker/Local network - Running the Dockerzed version of TaxonWorks on your local network is possible and is useful when use is scoped to a smaller number of projects, or to a specific organization
- Capistrano - A deploy library used to run on standard servers, without containers. No longer maintained. Lightweight, should still be possible if you don't want to use Docker, contact us.