TaxonWorks Docs
Guide
Develop
About
Start a project
Cite
API
Bug report
Contact
  • Docs
  • Code
  • API
  • English
  • Español
Guide
Develop
About
Start a project
Cite
API
Bug report
Contact
  • Docs
  • Code
  • API
  • English
  • Español
  • Develop
    • Overview
    • Contributing
    • Install
      • Development
        • Overview
        • Native
          • Operating Systems
          • Arch Linux
          • macOS
          • Ubuntu 22.04
          • Ubuntu 24.04
          • Windows 10 with WSL2
        • Docker
          • Build and push the development container to Docker
          • Docker
          • Windows 10 with WSL2
      • Production
        • Overview
        • Kubernetes
          • Overview
        • Capistrano
          • Overview
      • Overview
    • Code
      • Overview
      • Development Environment
      • Features
        • Scenarios
        • Scaffolding
        • Help bubbles
        • Rake task
        • Radial
        • TaxonWorks task
        • Tests
      • Conventions
      • Contributing
      • Troubleshoot
      • Roadmap
    • Data
      • Overview
      • Models
      • Tables
This site uses VuePress, a static site generator

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:

  1. 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.
  2. 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
  3. 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.
Edit this page
Last Updated:
Contributors: mjy
Prev
Development
Next
Overview