Skip to content

Commit

Permalink
Changed start form
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 23, 2014
1 parent 1306966 commit 8a5a08b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 401 deletions.
2 changes: 1 addition & 1 deletion bin/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function status() {
function start() {
client_result "About to start the server"
client_result "Starting neo4j...."
neo4j start
neo4j start-no-wait
#$OPENSHIFT_NEO4J_DIR/bin/neo4j start > $OPENSHIFT_NEO4J_DIR/data/log/server.log 2>&1 &
client_result "Started the server"
}
Expand Down
2 changes: 0 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ rm "$OPENSHIFT_NEO4J_DIR"versions/2.1.5/neo4j-community-2.1.5-unix.tar.gz

client_result "Finishing installation ... "
mv "$OPENSHIFT_NEO4J_DIR"versions/2.1.5/neo4j-community-2.1.5 "$OPENSHIFT_NEO4J_DIR"versions/2.1.5/neo4j
cp "$OPENSHIFT_NEO4J_DIR"bin/neo4j "$OPENSHIFT_NEO4J_DIR"versions/2.1.5/neo4j/bin/neo4j
rm "$OPENSHIFT_NEO4J_DIR"bin/neo4j
chmod +x "$OPENSHIFT_NEO4J_DIR"versions/2.1.5/neo4j/bin/neo4j

client_result "Setting up database location ..."
Expand Down
Loading

0 comments on commit 8a5a08b

Please sign in to comment.