安裝圖數據庫neo4j

引用自: https://datawookie.netlify.com/blog/2016/09/installing-neo4j-on-ubuntu-16.04/

如引用所示, 我在官方網站下載的一直在appImage, 一怒之下直接查找shell的安裝方式

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

echo 'deb http://debian.neo4j.org/repo stable/' | sudo tee /etc/apt/sources.list.d/neo4j.list

sudo apt update
sudo apt install neo4j

The server should have started automatically and should also be restarted at boot. If necessary the server can be stopped with

sudo service neo4j stop

and restarted with

sudo service neo4j start
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章