This file contains 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
# COMMANDS FOR COMPRESS AND DECOMPRESSESING | |
# Usage: | |
# mk* OutputFileName.* InputDirName | |
# do* InputFileName | |
# un* InputFileName.* | |
# | |
# tar | |
alias mktar='tar cvf' | |
alias untar='tar xvf' | |
# gz |
This file contains 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
Neo4j install OS X | |
$ brew install neo4j | |
To have launchd start neo4j now and restart at login: | |
brew services start neo4j | |
Or, if you don't want/need a background service you can just run: | |
neo4j start | |
DB Folder |