{"id":2480,"date":"2019-12-09T12:26:43","date_gmt":"2019-12-09T12:26:43","guid":{"rendered":"http:\/\/wiki.thomasandsofia.com\/?p=2480"},"modified":"2019-12-09T14:39:56","modified_gmt":"2019-12-09T14:39:56","slug":"install-neo4j-on-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/wiki.thomasandsofia.com\/?p=2480","title":{"rendered":"Install Neo4j on Ubuntu 18.04"},"content":{"rendered":"<h1>Software Installation<\/h1>\n<h2>Install the software<\/h2>\n<pre>sudo su\r\nwget --no-check-certificate -O - https:\/\/debian.neo4j.org\/neotechnology.gpg.key | sudo apt-key add -\r\necho 'deb http:\/\/debian.neo4j.org\/repo stable\/' &gt; \/etc\/apt\/sources.list.d\/neo4j.list\r\napt update\r\napt install neo4j<\/pre>\n<h2>Verify Neo4j is running<\/h2>\n<p>systemctl status neo4j<\/p>\n<h1>Neo4j Browser<\/h1>\n<h2>Log into the Neo4j Browser<\/h2>\n<p><a href=\"http:\/\/localhost:7474\/browser\" target=\"_blank\" rel=\"noopener\">http:\/\/localhost:7474\/browser<\/a><\/p>\n<h3>If asked for a username \/ password<\/h3>\n<pre>neo4j \/ neo4j<\/pre>\n<p>* You will be required to change the password upon login.<\/p>\n<h1>Install the Udemy Training Files<\/h1>\n<h2>Download the course files to your Neo4j host<\/h2>\n<p><a href=\"http:\/\/wiki.thomasandsofia.com\/wp-content\/uploads\/2019\/12\/create-course-data.txt\">create-course-data<\/a><br \/>\n<a href=\"http:\/\/wiki.thomasandsofia.com\/wp-content\/uploads\/2019\/12\/delete-all-data.txt\">delete-all-data<\/a><\/p>\n<pre>cd \/tmp\r\nwget http:\/\/wiki.thomasandsofia.com\/wp-content\/uploads\/2019\/12\/create-course-data.txt\r\nwget http:\/\/wiki.thomasandsofia.com\/wp-content\/uploads\/2019\/12\/delete-all-data.txt<\/pre>\n<h2>Import the materials<\/h2>\n<pre>cat create-course-data.txt | \/usr\/bin\/cypher-shell -u neo4j -p PASSWORD<\/pre>\n<p>* After several seconds, you will see the data in the Neo4j Browser.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Software Installation Install the software sudo su wget &#8211;no-check-certificate -O &#8211; https:\/\/debian.neo4j.org\/neotechnology.gpg.key | sudo apt-key add &#8211; echo &#8216;deb http:\/\/debian.neo4j.org\/repo stable\/&#8217; &gt; \/etc\/apt\/sources.list.d\/neo4j.list apt update apt install neo4j Verify Neo4j is running systemctl status neo4j Neo4j Browser Log into the Neo4j Browser http:\/\/localhost:7474\/browser If asked for a username \/ password neo4j \/ neo4j * You ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/wiki.thomasandsofia.com\/?p=2480\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[53],"tags":[],"class_list":["post-2480","post","type-post","status-publish","format-standard","hentry","category-neo4j"],"_links":{"self":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/2480","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2480"}],"version-history":[{"count":4,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/2480\/revisions"}],"predecessor-version":[{"id":2487,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/2480\/revisions\/2487"}],"wp:attachment":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2480"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2480"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}