Compare commits
No commits in common. "923ed5bf83f505a2c4adcbff10991425678c5566" and "fe023c2f974631fae41eee2ae8ec3efd83930971" have entirely different histories.
923ed5bf83
...
fe023c2f97
2 changed files with 5 additions and 13 deletions
|
|
@ -711,8 +711,8 @@
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "tags",
|
"id": "keywords",
|
||||||
"title": "Tags",
|
"title": "Keywords",
|
||||||
"type": "layer",
|
"type": "layer",
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
|
|
@ -1007,10 +1007,10 @@
|
||||||
*/
|
*/
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"id": "tags",
|
"id": "keywords",
|
||||||
"title": "Tags",
|
"title": "Keywords",
|
||||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
"item": "Tag",
|
"item": "Keyword",
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
curl -sL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
|
||||||
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" > /etc/apt/sources.list.d/elasticsearch.list
|
|
||||||
apt-get update -qq
|
|
||||||
apt-get -y install elasticsearch
|
|
||||||
systemctl enable elasticsearch.service
|
|
||||||
systemctl start elasticsearch.service
|
|
||||||
#curl -X GET "http://localhost:9200/?pretty"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue