Skip to content

Self-hosted Neptune 2.3 installation#

The actual installation can be performed with a single command executed from within the neptune_installation directory:

ansible-playbook neptune.yml --extra-vars @/path/to/configuration.yaml

Note

  • The @ character is part of the Ansible syntax.
  • If you're installing Neptune with deployment_type set to local, you need to run the above command as root.

The installation downloads the Neptune docker images. The process can take from a few minutes up to an hour, depending on the cluster's internet connection speed.

To learn more about exposing and accessing Neptune, see Load balancer configuration.