UbuS: 4. Start Graphlytic
If you installed Neo4j and Graphlytic as a service both applications will be started automaticly after operating system is started.
You can also start Neo4j or Graphlytic manually. Graphlytic depends on Neo4j so if you want to start Neo4j and/or Graphlytic manually you have to start Neo4j first and Graphlytic next (after Neo4j is successfully started).
Start Neo4j
$
sudo
/etc/init
.d
/neo4j
start
Neo4j was started by user "neo4j". Check status of service:
$
sudo
/etc/init
.d
/neo4j
status
Check in log file if Neo4j was started succesfully:
$
less
/var/log/neo4j/debug
.log
If Neo4j was started successfully log file contains line similar to this one:
Remote
interface
ready and available at http:
//localhost:7474/
Change password for Neo4j at first start
There is need to change default password to neo4j for security reason. This step is required but only once. Change password if you started Neo4j for the first time.
Start Graphlytic
$
sudo
/etc/init
.d
/graphlytic
start
Graphlytic was started by user "graphlytic". Check status of service:
$
sudo
/etc/init
.d
/graphlytic
status
Check in log file if Graphlytic was started successfully. There should be no error in log file:
$
less
/var/log/graphlytic/graphlytic
.log
Follow instructions in Login with default user to find out how to log into system.