Tools and scripts to document the installation of inventaire in production.
https://inventaire.io
- Shell 97.2%
- HTML 2.8%
| .github | ||
| couchdb | ||
| maintenance | ||
| media_storage | ||
| nginx | ||
| systemd | ||
| .gitignore | ||
| .vimrc | ||
| .zshrc | ||
| aliases | ||
| cluster.md | ||
| free_disk_space | ||
| install | ||
| install_elasticsearch | ||
| install_inventaire | ||
| install_inventaire_services | ||
| install_node | ||
| jobs.cron | ||
| README.md | ||
| setup_firewall | ||
inventaire.io in production
Tools and scripts to document the setup of Inventaire in production at https://inventaire.io.
This is a reference implementation, instructed by preferences, choices, and experience running Inventaire in production, but other implementations are possible: for a less opiniated, more general documentation, see general technical Inventaire documentation. See also docker-inventaire
Stack Map
This repo correspond to the the "deployment scripts" in the stack map
Installation
Debian/Ubuntu
# if git isn't installed already
sudo apt-get install git
# cloning the deployment tools in the local directory
git clone https://git.inventaire.io/inventaire-deploy
Now you 'just have' to install everything: see ./install for a realistic preview of what that could look like (but don't just execute those scripts as they are more meant as a documentation with shell formatting)
You might also want to configure your firewall: see ./setup_firewall