Compare commits

..

No commits in common. "923ed5bf83f505a2c4adcbff10991425678c5566" and "fe023c2f974631fae41eee2ae8ec3efd83930971" have entirely different histories.

2 changed files with 5 additions and 13 deletions

View file

@ -711,8 +711,8 @@
"find": true
},
{
"id": "tags",
"title": "Tags",
"id": "keywords",
"title": "Keywords",
"type": "layer",
"autocomplete": true,
"filter": true,
@ -1007,10 +1007,10 @@
*/
"layers": [
{
"id": "tags",
"title": "Tags",
"id": "keywords",
"title": "Keywords",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Tag",
"item": "Keyword",
"autocomplete": true,
"overlap": true,
"type": "string"

View file

@ -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"