Created
September 7, 2015 15:57
-
-
Save if6was9/0ffe4548f981ccebab2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./gradlew installNeo4j | |
| Starting a new Gradle Daemon for this build (subsequent builds will be faster). | |
| :installNeo4j | |
| downloading neo4j...this could take a minute or two... | |
| untarring neo4j... | |
| starting neo4j... | |
| Starting Neo4j Server...WARNING: not changing user | |
| process [94256]... waiting for server to be ready..... OK. | |
| http://localhost:7474/ is ready. | |
| When you want to shut it down, run: ./neo4j-community-2.2.5/bin/neo4j stop | |
| To run MacGyver: | |
| ./gradlew run | |
| BUILD SUCCESSFUL | |
| Total time: 57.419 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment