aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
  • Tools
  • About
  • Data
  • Programming

How To Install And Configure Neo4J In Ubuntu

  • root
  • July 16, 2019
  • 1 minute read

Overview

This guide contains instructions on how to install and do basic configuration of a Neo4J database.

 


Partner with aster.cloud
for your next big idea.
Let us know here.


cyberpogo

Prerequisites

  • Operating System: Ubuntu 18.04
  • Access to a Terminal or Shell Console

 

Installation

01: Open a terminal window

 

02: Update the package repository list


$ sudo apt update

 

03: Install Java. We will be using OpenJDK 8. Other possible candidates are Oracle Java 8 or IBM Java 8. Enter with y, when asked to confirm installation.


$ sudo apt install openjdk-8-jdk

 

04: Verify that Java has been installed.


$ java -version

 

05: Update the package repository to include Neo4J.


$ sudo wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -

$ sudo echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list

$ sudo apt-get update

 

06: Install Neo4J, Enter y when asked to confirm.


$ sudo apt install neo4j

 

07: Verify that Neo4J has been installed.


$ neo4j --version

 

Accept database connection from anywhere

01: Edit the neo4j configuration


$ sudo nano /etc/neo4j/neo4j.conf


02: Un-comment
the following config to make the Neo4J web browser accessible anywhere. Use only in development environment, this poses a security concern when applied in a production environment.


dbms.connectors.default_listen_address=0.0.0.0

Disable web authentication

01: Edit the neo4j configuration


$ sudo nano /etc/neo4j/neo4j.conf


02: Un-comment the following config to disable authentication. Use only in development environment, this poses a security concern when applied in a production environment.


dbms.security.auth_enabled=false

When commented or have been set to true, accessing the web browser will show the following:

The default password for the neo4j user is neo4j.

 

When auth_enabled is set to false, the authentication section (username and password) will not be displayed.

Read More  Google I/O 2019 | Build a Modular Android App Architecture


Our humans need coffee too! Your support is highly appreciated, thank you!

root

Related Topics
  • Database
  • Graph Database
  • How To
  • Installation
  • Neo4J
  • Ubuntu
You May Also Like
View Post
  • Automation
  • Computing
  • Data

IBM To Help Automate Cloud Data Protection With Acquisition Of Polar Security

  • May 25, 2023
View Post
  • Programming
  • Software Engineering
  • Technology

Build a Python App to Alert You When Asteroids Are Close to Earth

  • May 22, 2023
View Post
  • Programming

Illuminating Interactions: Visual State In Jetpack Compose

  • May 20, 2023
View Post
  • Data
  • Public Cloud

Cloud Data Loss Prevention’s Sensitive Data Intelligence Service Is Now Available In Security Command Center

  • May 18, 2023
View Post
  • Data
  • Platforms
  • Technology

Cloudflare’s R2 Is The Infrastructure Powering Leading AI Companies

  • May 16, 2023
View Post
  • Computing
  • Data
  • Programming
  • Software
  • Software Engineering

The Top 10 Data Interchange Or Data Exchange Format Used Today

  • May 11, 2023
View Post
  • Data
  • Public Cloud

Using Cloud Spanner To Handle High Throughput Writes

  • May 8, 2023
View Post
  • Architecture
  • Programming
  • Public Cloud

From Receipts To Riches: Save Money W/ Google Cloud & Supermarket Bills – Part 1

  • May 8, 2023

Stay Connected!
LATEST
  • 1
    Building A Kubernetes Platform: How And Why To Apply Governance And Policy
    • June 4, 2023
  • 2
    Leave, This “United” “Kingdom”, This “Great” “Britain”
    • June 4, 2023
  • 3
    Amazing Federated Multicloud Apps
    • June 2, 2023
  • 4
    What’s The Future Of DevOps? You Tell Us. Take The 2023 Accelerate State Of DevOps Survey
    • June 2, 2023
  • 5
    Resolving Deployment Issues With Ts-node And Azure Development Pipelines
    • June 1, 2023
  • 6
    What To Expect From Apple’s WWDC 2023
    • June 1, 2023
  • 7
    What Is Platform Engineering And Why Adopt It In Your Company?
    • June 1, 2023
  • 8
    Four Steps To Managing Your Cloud Logging Costs On A Budget
    • May 31, 2023
  • 9
    Red Hat Puts Podman Container Management On The Desktop
    • May 30, 2023
  • 10
    The Agile Mindset: A Path to Personal Fulfillment and Growth
    • May 30, 2023
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    Huawei ICT Competition 2022-2023 Global Final Held In Shenzhen — 146 Teams From 36 Countries And Regions Win Awards
    • May 27, 2023
  • 2
    Huawei OceanStor Pacific Scale-Out Storage Tops IO500 Rankings
    • May 26, 2023
  • 3
    MongoDB And Alibaba Cloud Extend Global Partnership
    • May 25, 2023
  • 4
    Tricentis Launches Quality Engineering Community ShiftSync
    • May 23, 2023
  • 5
    G7 2023: The Real Threat To The World Order Is Hypocrisy.
    • May 27, 2023
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.