Skip to content
devenv-setup.rst 950 B
Newer Older
.. _devenv-setup:
****************************************
Configuring your development environment
****************************************

General purpose development
===========================

Configuring your development environment depends on the type of development you want to do.
Container based development is the recommended way to develop when possible, but situations might arise where
Thomas Juerges's avatar
Thomas Juerges committed
you need to develop locally or remotely over an ssh connection to a headless machine.
We go through those three scenarios in the following sections and suggest the users to follow them in the order they are presented.
.. toctree::
   :numbered:
   local-development
   container-development/container-development

.. Remote development over ssh


Specific use cases
==================

There is a series of specific use cases that are documented in the following sections:

.. toctree::
   :maxdepth: 1 

   tango-devenv-setup