1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

updated documentation about disabling elastic

This commit is contained in:
Sylvain 2020-06-24 10:37:13 +02:00
parent 7fc4a310cf
commit 164899c2fd
2 changed files with 14 additions and 0 deletions

View File

@ -1,9 +1,11 @@
# Changelog Fab-manager
- Search in the projets directly from PostgreSQL
- Ability to configure most of the settings from the admin's UI
- Ability to lock some settings from the environment
- Improved display of the icons alerting about an outdated version
- Improved mime-type checking (back & front)
- Dependency to ElasticSearch is now optional, if you disable the statistics
- Updated CarrierWave to 2.1.0
- Updated redis to v6, with alpine image
- Updated Sidekiq to 6.0.7

View File

@ -98,6 +98,18 @@ This script will guide you through the installation process by checking the requ
\curl -sSL setup.fab-manager.com | bash -s "/my/custom/path"
```
## Fab-manager for small configurations
If your server machine is not powerful, you can lower the system requirements by uninstalling ElasticSearch.
In order to remove ElasticSearch, you must **first** disable the statistics module from Customization > General > Modules.
Then, you can remove the `elasticsearch` service from the [docker-compose.yml](../setup/docker-compose.yml) file and restart the whole application:
```bash
docker-compose down && docker-compose up -d
```
Disabling ElasticSearch will save up to 800 Mb of memory.
<a name="docker-utils"></a>
## Docker utils
Below, you'll find a collection of useful commands to control your instance with docker-compose.