Skip to content
Snippets Groups Projects
Commit c8e4448f authored by Michael Boniface's avatar Michael Boniface
Browse files

Merge branch 'integration' into 'master'

Big fix for neo4j dependency

See merge request FLAME/consortium/3rdparties/flame-clmc!88
parents 0ff0115e cf6f6f50
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ echo "neo4j ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ...@@ -61,7 +61,7 @@ echo "neo4j ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
# run as neo4j. hence the weird su neo4j -c "sudo..." # run as neo4j. hence the weird su neo4j -c "sudo..."
echo "----->Installing neo4j" echo "----->Installing neo4j"
su neo4j -c "sudo apt-get install neo4j=1:3.4.0 -y --allow-unauthenticated" su neo4j -c "sudo apt-get install cypher-shell=1.1.12 neo4j=1:3.4.0 -y"
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.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" 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment