Comunidad ElotlMX - Esquite Framework - Parallel Corpora Manager
352
[ES] Todos los componentes de Esquite en un container único
[EN] Esquite All-in-one container
[ES] El script de inicialización soporta opciones en varias lenguas :)
[EN] Startup script with multi-language support (English|Spanish|Nahuatl*) for startup options
[ES] Se regeneró la imagen Docker que es mas pequeña (basada en Linux Alpine)
[EN] Smaller Docker image (Linux Alpine based)
If Docker is NOT installed | Si Docker NO esta instalado:
curl -sSL https://get.docker.com | sh
sudo service docker start
pip3 install docker-compose
Additionally, Elasticsearch needs the following configuration in production | Adicionalmente Elasticsearch necesita la siguiente configuración en producción:
The vm.max_map_count setting should be 262144
To apply the setting on a live system | Para aplicarlo temporalmente
sysctl -w vm.max_map_count=262144
To set permanently | Para modificarlo permanentemente:
Change the value in /etc/sysctl.conf
vm.max_map_count=262144
git clone https://github.com/ElotlMX/Esquite-docker.git
cd Esquite-docker
sudo ./esquite-docker.sh start
git clone https://github.com/ElotlMX/Esquite-docker.git
cd Esquite-docker
sudo docker-compose up -d
elotl. To change it please set the variable CFG_CORPUS_ADMIN_PASS=elotl on file docker-compose.yml)elotl. Para cambiarlo hay que definit la variable CFG_CORPUS_ADMIN_PASS=elotl en el archivo docker-compose.ymlsudo es necesario ya que por default Docker necesita permisos de root para crear nuevos container. Sin embargo esto se puede cambiar si se le asigna a un usuario específico permisos para ejecturar Docker.sudo is needed because by default Docker needs root permissions to create new containers. However, this can be changed if permissions to execute Docker are assigned to a specific user../esquite-docker.sh
##############################################
Esquite Docker script - Comunidad ElotlMX
----------------------------------------------
Github: https:///github.com/elotlmx
Web : Elotl.mx
##############################################
[EN ] ERROR: Unknown Option: Syntax: ./esquite-docker (start|stop|restart|destroy|info|update|recreate)
[ES ] ERROR: Opción no valida. Sintaxis: ./esquite-docker (iniciar|detener|reiniciar|destruir|info|actualizar|recrear)
[NAH] TLATLACOLLI: Opción no valida. Sintaxis: ./esquite-docker (pehualtia|cahua|re-pehualtia|tlapoloa|tlanonotzaliztli|yancuic|tlaana)
docker-compose.yml se puede personaizar para las opciones generales de Esquitedocker-compose.yml can be customized with the basic option of EsquiteCFG_URL y CFG_INDEX. Si estas opciones no se modifican, se creará un índice automáticamente en un container generado por el script de inicializaciónCFG_URL and CFG_INDEX. If these options are not set, then a new index will be created running in a container generated by the startup scriptCFG_UPDATE_ON_BOOT o manualmente por medio de las opociones update o actualizar o tlanonotzaliztli con el script ./esquite-docker.shCFG_UPDATE_ON_BOOT or manually by using any of the options update or actualizar or tlanonotzaliztli with the startup script ./esquite-docker.shContent type
Image
Digest
Size
112.6 MB
Last updated
over 5 years ago
docker pull elotlmx/esquite