.. | ||
administration | ||
configuration | ||
development | ||
entities_host_specific | ||
installation | ||
README.md |
Documentation
This directory hosts the main technical documentation about Inventaire, including how to set up a development or a production environment.
Installation
What you need to install will depend on if you are trying to set up a development or a production environment:
- In development, you will need the server and client repositories of course, and their dependencies: CouchDB, Elasticsearch, GraphicsMagick
- In production, in addition to those dependencies, you will need a reverse proxy, typically Nginx, to handle TLS termination, image resizing and caching, etc
For details on how to install all of those:
- See the installation procedure for Debian-based systems.
- See Docker Inventaire Suite for a fully packaged federated production-ready instance
- For other operating systems and setups, see install on another OS
Configuration
See the configuration directory.
Administration
See the administration directory.
Entities host instance specifics
See the entities_host_specific directory.
Development
See the development directory.