We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b6e62 commit 59c3b5aCopy full SHA for 59c3b5a
tool/neo4j/install-server.sh
@@ -10,3 +10,5 @@ echo 'deb [signed-by=/etc/apt/keyrings/neotechnology.gpg] https://debian.neo4j.c
10
sudo apt update -y
11
sudo apt install -y neo4j=1:$SERVER_VERSION
12
13
+sudo update-java-alternatives --jre --set java-1.21.0-openjdk-amd64
14
+sudo sed -i 's/#dbms.security.auth_enabled=.*/dbms.security.auth_enabled=false/' /etc/neo4j/neo4j.conf
0 commit comments