Class: Neo4j::RakeTasks::StarnixServerManager

Inherits:
ServerManager show all
Defined in:
lib/neo4j/rake_tasks/starnix_server_manager.rb

Overview

Represents and manages a server on *NIX systems

Instance Method Summary collapse

Methods inherited from ServerManager

change_password!, class_for_os, #config_auth_enabeled!, #config_port!, #console, #info, #initialize, #install, #modify_config_contents, #modify_config_file, new_for_os, #reset, #restart, #shell, #start, #stop

Constructor Details

This class inherits a constructor from Neo4j::RakeTasks::ServerManager

Instance Method Details

#neo4j_binary_filenameObject



7
8
9
# File 'lib/neo4j/rake_tasks/starnix_server_manager.rb', line 7

def neo4j_binary_filename
  'neo4j'
end

#neo4j_shell_binary_filenameObject



11
12
13
# File 'lib/neo4j/rake_tasks/starnix_server_manager.rb', line 11

def neo4j_shell_binary_filename
  'neo4j-shell'
end