Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inventaire/inventaire-deploy
tools and scripts to setup inventaire.io in production
https://github.com/inventaire/inventaire-deploy
Last synced: about 1 month ago
JSON representation
tools and scripts to setup inventaire.io in production
- Host: GitHub
- URL: https://github.com/inventaire/inventaire-deploy
- Owner: inventaire
- Created: 2016-06-15T11:47:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T16:20:17.000Z (5 months ago)
- Last Synced: 2024-08-02T12:50:57.088Z (4 months ago)
- Language: Shell
- Homepage: https://inventaire.io
- Size: 122 KB
- Stars: 20
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - inventaire/inventaire-deploy - tools and scripts to setup inventaire.io in production (others)
README
# inventaire-deploy
Tools and scripts to document the installation of [inventaire](https://github.com/inventaire/inventaire) in production.
See also [docker-inventaire](https://github.com/inventaire/docker-inventaire)
:warning: You may do anything the [AGPL-3.0 license](https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License) allows you to, but this documentation is not an invitation to self-host your own instance (Inventaire is not ready/optimized for [decentralization](https://github.com/inventaire/inventaire/issues/187) or for [self-hosting](https://wiki.inventaire.io/wiki/Framasoft_interview_translation#Is_it_possible_to_self-host_inventaire)).
## Installation
### Ubuntu
On your server:
```sh
# if git isn't installed already
sudo apt-get install git
# cloning the deployment tools in the local directory
git clone https://github.com/inventaire/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 that script as it's more meant as a documentation)You might also want to configure your firewall: see `./setup_firewall`
### Other environments
one environment -> one branchWant to install it in a different environment? Request a new (orphan) branch and send your pull request!
## Other services
By default, this setup uses the same services as [inventaire.io](https://inventaire.io), but you can start your own instance of those too:
* [Prerender](https://github.com/inventaire/prerender)## Stack Map
This repo correspond to the the "deployment scripts" in the [stack map](https://inventaire.github.io/stack/)