# ---------------- these CANNOT be arbitrarily set # neo4j to-be-downloaded file NEO4J_FILE=neo4j-community-3.5.0-unix.tar.gz # this must indicate the directory where the (downloaded) neo4j compressed file is extracted (related to the above parameter) NEO4J_DIR=neo4j-community-3.5.0 # ---------------- these can be set to whatever # parent directory for the neo4j installation directory BASE_DIR=$HOME # BASE_DIR="/export/usuarios01/mvazquez/neo4j"