Structure
When developing with/for Bip, multiple repositories are required, and it is recommended to organise them by replicating the structure generated by the installer on a regular user machine.
Warning
It is not mandatory but strongly encouraged.
bip/clientBip client (Git repository).apps/Application plugins directory.fooDeveloped application (Git repository).- ...
handlers/Handler plugins directory.barDeveloped handler (Git repository).- ...
pythonMain Python 3.9 (venv).hostedHost Python 3.9 (venv).contentClient content (Git repository).localNon Git repositories.configConfiguration files directory.dev/config.ymlauth.ymlplugins.ymlForBIP_DEBUG_PLUGIN_DATA, if used.
prod/- same as
../dev
- same as
scriptsTesting scripts.workingLocal working directory fordevcases.