mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Don't use elasticsearch
This commit is contained in:
parent
a00fa150cc
commit
52f1f8df2c
1 changed files with 6 additions and 6 deletions
|
@ -17,15 +17,15 @@ ynh_script_progression --message="Installing NodeJS..."
|
|||
ynh_install_nodejs --nodejs_version="$NODEJS_VERSION"
|
||||
|
||||
#=================================================
|
||||
# START ELASTICSEARCH
|
||||
# START MEILISEARCH
|
||||
#=================================================
|
||||
ynh_script_progression --message="Starting elasticsearch..."
|
||||
ynh_script_progression --message="Starting meilisearch..."
|
||||
|
||||
# Fix permissions in case of remove/reinstall
|
||||
chown -R elasticsearch:elasticsearch /var/lib/elasticsearch
|
||||
# # Fix permissions in case of remove/reinstall
|
||||
# chown -R meilisearch:meilisearch /var/lib/meilisearch
|
||||
|
||||
systemctl enable elasticsearch.service --quiet
|
||||
systemctl start elasticsearch.service
|
||||
# systemctl enable meilisearch.service --quiet
|
||||
# systemctl start meilisearch.service
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Add table
Reference in a new issue