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

Constant Summary

Constants inherited from ServerManager

Neo4j::RakeTasks::ServerManager::BASE_INSTALL_DIR

Instance Method Summary collapse

Methods inherited from ServerManager

change_password!, class_for_os, #config_auth_enabeled!, #config_port!, #info, #initialize, #install, #modify_config_file, new_for_os, #reset, #restart, #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