forked from KEMT/zpwiki
Update 'pages/students/2016/jan_holp/dp2021/navod.md'
This commit is contained in:
parent
5fce4744cf
commit
07baa17638
@ -7,6 +7,30 @@ adresára sme si stiahli ES, ktorý stačilo rozbaliť a je pripravený na použ
|
||||
inštalácie. Pre spustením je potrebné mať prostredie Java Runtime Environment vo
|
||||
verzii aspoň 1.8
|
||||
|
||||
|
||||
Na tejto stránke najdeme najnosvsiu verziu ES
|
||||
[Návod na instalaciu ES - oficialna stranka](https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html)
|
||||
|
||||
**Zopár prikazov na lepsie fungovanie ES**
|
||||
|
||||
sudo -i service elasticsearch start //start ES
|
||||
sudo -i service elasticsearch stop //stop ES
|
||||
|
||||
**Ak chceme aby sa ES spustal automaticky po spusteni OS**
|
||||
|
||||
sudo /bin/systemctl daemon-reload
|
||||
sudo /bin/systemctl enable elasticsearch.service
|
||||
|
||||
potom vieme ES spustat takto
|
||||
|
||||
sudo systemctl start elasticsearch.service
|
||||
sudo systemctl stop elasticsearch.service
|
||||
|
||||
alebo zistime v akom stave sa nachadza
|
||||
|
||||
sudo service elasticsearch status
|
||||
|
||||
|
||||
### Podpora slovenčiny
|
||||
|
||||
Pre použitie Hunspell token filtru, stačí jeho obsah stiahnuť z webovej stránky a
|
||||
|
Loading…
Reference in New Issue
Block a user