mirror of
https://github.com/YunoHost-Apps/elasticsearch7_ynh.git
synced 2024-09-03 18:26:25 +02:00
commit
20fc150fdf
7 changed files with 6 additions and 30 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# ElasticSearch 7 for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/elasticsearch7.svg)](https://dash.yunohost.org/appci/app/elasticsearch7) ![Working status](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/elasticsearch7.svg)](https://dash.yunohost.org/appci/app/elasticsearch7) ![Working status](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.maintain.svg)
|
||||
[![Install ElasticSearch 7 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch7)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -19,7 +19,7 @@ Elasticsearch is the distributed, RESTful search and analytics engine at the hea
|
|||
To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch).
|
||||
|
||||
|
||||
**Shipped version:** 7.17.8~ynh5
|
||||
**Shipped version:** 7.17.8~ynh6
|
||||
|
||||
**Demo:** https://www.elastic.co/demos
|
||||
## Disclaimers / important information
|
||||
|
|
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# ElasticSearch 7 pour YunoHost
|
||||
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/elasticsearch7.svg)](https://dash.yunohost.org/appci/app/elasticsearch7) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/elasticsearch7.svg)](https://dash.yunohost.org/appci/app/elasticsearch7) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/elasticsearch7.maintain.svg)
|
||||
[![Installer ElasticSearch 7 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch7)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
@ -19,7 +19,7 @@ Elasticsearch is the distributed, RESTful search and analytics engine at the hea
|
|||
To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch).
|
||||
|
||||
|
||||
**Version incluse :** 7.17.8~ynh5
|
||||
**Version incluse :** 7.17.8~ynh6
|
||||
|
||||
**Démo :** https://www.elastic.co/demos
|
||||
## Avertissements / informations importantes
|
||||
|
|
|
@ -7,6 +7,7 @@ After=network.target
|
|||
Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
RuntimeDirectory=__APP__
|
||||
Environment="ES_JAVA_HOME=__FINALPATH__/jdk"
|
||||
Environment="ES_PATH_CONF=__FINALPATH__/config"
|
||||
Environment="PID_DIR=/run/__APP__"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Distributed and RESTful search engine",
|
||||
"fr": "Moteur de recherche RESTful"
|
||||
},
|
||||
"version": "7.17.8~ynh5",
|
||||
"version": "7.17.8~ynh6",
|
||||
"url": "https://github.com/elastic/elasticsearch",
|
||||
"upstream": {
|
||||
"license": "SSPL-1.0",
|
||||
|
|
|
@ -87,15 +87,6 @@ chmod -R o-rwx "$datadir"
|
|||
chown -R $app:www-data "$datadir"
|
||||
|
||||
|
||||
#=================================================
|
||||
# CREATE PID DIRECTORY
|
||||
#=================================================
|
||||
|
||||
mkdir -p "/run/$app"
|
||||
|
||||
chmod 700 "/run/$app"
|
||||
chown $app:$app "/run/$app"
|
||||
|
||||
#=================================================
|
||||
# ADD CONFIGURATIONS
|
||||
#=================================================
|
||||
|
|
|
@ -68,13 +68,6 @@ then
|
|||
ynh_secure_remove --file="$datadir"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# REMOVE PID DIR
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Removing pid directory..." --weight=1
|
||||
ynh_secure_remove --file="/run/$app"
|
||||
|
||||
#=================================================
|
||||
# CLOSE A PORT
|
||||
#=================================================
|
||||
|
|
|
@ -74,15 +74,6 @@ chmod 750 "$datadir"
|
|||
chmod -R o-rwx "$datadir"
|
||||
chown -R $app:www-data "$datadir"
|
||||
|
||||
#=================================================
|
||||
# CREATE PID DIRECTORY
|
||||
#=================================================
|
||||
|
||||
mkdir -p "/run/$app"
|
||||
|
||||
chmod 700 "/run/$app"
|
||||
chown $app:$app "/run/$app"
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC RESTORATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue