Skip to content

Commit

Permalink
updating starting strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed Sep 1, 2019
1 parent 59abe2e commit afd5fce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions binder/start
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

chmod +x ~/binder/start.neo4j

# starting neo4j
~/binder/start.neo4j &



# DO NOT REMOVE(!)
# Here is why: https://mybinder.readthedocs.io/en/latest/config_files.html#start-run-code-before-the-user-sessions-starts
exec "$@"
4 changes: 4 additions & 0 deletions binder/start.neo4j
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cp ~/resources/configs/neo4j/${NEO4J_VERSION}/neo4j.conf ${NEO4J_HOME}/conf/
neo4j start

0 comments on commit afd5fce

Please sign in to comment.