.. _development_index: =========== Development =========== This section covers development workflow, environment setup, and deployment options for Open Inwoner. **Getting Started** * :ref:`Development Workflow ` - Issue tracking, project board, and team processes * :ref:`Environment Setup ` - Setting up your local development environment **Deployment Options** 1. Run from :ref:`Python code ` on your computer for development purposes 2. Run with :ref:`Docker-Compose ` on your computer for private testing purposes 3. Deploy using :ref:`Ansible ` for public testing and production purposes .. toctree:: :maxdepth: 1 :caption: Contents workflow environment docker-compose ansible