Ubu: 5. Stop Graphlytic

Graphlytic depends on Neo4j so if you stop applications manually there is need to stop Graphlytic first.

1.1. Stop Graphlytic

Graphlytic was started as a console application so we need to find its process number:

$ ps -ef | grep java

Find coresponding process number and kill the process

$ kill <number_of_process>

Chceck if processing was ended:

$ ps -ef | grep java

1.2. Stop Neo4j

Depending on how neo4j is installed see Neo4j Installation manual how to stop Neo4j