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

How do I install TaxonWorks both in development and production environments? What tools and environments faciliate the development of TaxonWorks?

TaxonWorks installation is typically for one of the following purposes:

  1. Development - TaxonWorks is installed for coding purposes.
  2. Production - TaxonWorks is installed for serving/use purposes.
  3. Personal use (offline) - TaxonWorks is installed locally (e.g. on your own machine) for use, but not coding TaxonWorks purposes, for example:
  • To ensure the integrity of your project backup
  • To review, access, or analyze your projects data. For example:
    • Via SQL in a PostgreSQL client
    • Via the console and TaxonWorks data-model code
    • Via API calls directly to your local instance, useful particularly if you are developing data analysis locally in R, Python, or a Notebook
  • To explore configuration options, for example UI customizations.

Offline use is through a Development environment.

Edit this page
Last Updated:
Contributors: Christopher Marshall, mjy
Prev
Contributing
Next
Code