forked from KEMT/zpwiki
21 lines
292 B
Plaintext
21 lines
292 B
Plaintext
funguje indexovanie z cassandry do ES
|
|
funguje vyhladavanie
|
|
|
|
|
|
navod na spustenie :
|
|
|
|
1. vymazanie indexu :
|
|
curl -XDELETE http://localhost:9200/skweb2/
|
|
|
|
2. spustenie indexovania :
|
|
|
|
nodejs cassandra.js
|
|
|
|
3. spustenie web aplikacie
|
|
|
|
nodejs app.js
|
|
|
|
4. otvorime prehliadac
|
|
|
|
http://localhost:3001/
|