This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/examples
pedro bcb4c69677 add optional dpp_module and snapshots
- dpp_module becomes optional
  - docker compose for simple devicehub and with the dpp module
  - changed logic in entrypoint so different parts are configured or
  - not depending on the new DPP_MODULE env var
- optional snapshots
  - new default directory for SNAPSHOTS_PATH
  - new env var IMPORT_SNAPSHOTS to optionally import the snapshots or not
- new Make file targets:
  - dc_up_devicehub: docker compose for simple devicehub
  - dc_up_devicehub_dpp: docker compose for devicehub with DPP_module
2023-09-29 10:51:48 +02:00
..
snapshots add optional dpp_module and snapshots 2023-09-29 10:51:48 +02:00
README.md Enhance installation 2018-09-16 13:53:07 +02:00
apache.conf Formal changes to set up for 1.0a1 2019-06-15 15:08:08 +02:00
app.py change the examples files 2023-09-28 16:40:36 +02:00
app_cprofile.py change contrib for middleware in ProfilerMiddleware 2022-09-29 16:58:30 +02:00
create-db.sh Use Postgres 11; enhance search query with websearch; really use indexes, add hash index; fix partially patching lots 2019-02-07 13:47:42 +01:00
env.example add optional dpp_module and snapshots 2023-09-29 10:51:48 +02:00
pip_install.sh add pip install 2023-07-25 13:18:01 +02:00
wsgi.py Facilitate installation for dispatcher 2019-01-23 18:46:08 +01:00

README.md

Example stuff

Example configurations useful for Devicehub.

You can use App.py, Apache.conf, and wsgi.wsgi to configure Apache with Devicehub. Look at each files to know what to configure.