Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. jdk:
  2. - oraclejdk7
  3. before_script:
  4. # install Neo4j locally:
  5. - wget dist.neo4j.org/neo4j-community-2.2.4-unix.tar.gz
  6. - tar -xzf neo4j-community-2.2.4-unix.tar.gz
  7. - sed -i.bak s/dbms.security.auth_enabled=true/dbms.security.auth_enabled=false/g neo4j-community-2.2.4/conf/neo4j-server.properties
  8. - neo4j-community-2.2.4/bin/neo4j start
  9. - sleep 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement