From af908eea006f172af16268fee12aaddbb9d20a7e Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 28 Oct 2019 11:45:20 +0000 Subject: [PATCH] Update install-neo4j.sh --- scripts/clmc-service/install-neo4j.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clmc-service/install-neo4j.sh b/scripts/clmc-service/install-neo4j.sh index d2ac577..fc972c0 100755 --- a/scripts/clmc-service/install-neo4j.sh +++ b/scripts/clmc-service/install-neo4j.sh @@ -61,7 +61,7 @@ echo "neo4j ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers # run as neo4j. hence the weird su neo4j -c "sudo..." echo "----->Installing neo4j" -su neo4j -c "sudo apt-get install neo4j=1:3.4.0 -y" +su neo4j -c "sudo apt-get install neo4j=1:3.4.0 -y --allow-unauthenticated" su neo4j -c "sed -i s/\#dbms.connectors.default_listen_address=0.0.0.0/dbms.connectors.default_listen_address=0.0.0.0/g /etc/neo4j/neo4j.conf" su neo4j -c "sed -i s/\#dbms.connector.bolt.listen_address=:7687/dbms.connector.bolt.listen_address=0.0.0.0:7687/g /etc/neo4j/neo4j.conf" -- GitLab