#Neo4J信息web
#Neo4J安裝 ##環境 本文是在CentOS6.5上運行neo4j
備註:做者一樣在Ubuntu系列的操做系統中成功進行以下執行 ##下載Neo4J 2.3.1 點擊以下連接:Neo4J下載地址進入下載地址。因爲本文爲學習狀態,因此下載的是Community Edition,Neo4J跨平臺,本文是在Linux操做系統上進行下載。得到壓縮neo4j-community-2.3.1-unix.tar.gz
##複製到Linux並解壓縮 1.本文使用FileZilla的Sftp協議,把文件發送到Linux操做系統上
2.執行解壓縮命令tar -xf neo4j-community-2.3.1-unix.tar.gz
3.執行啓動命令./neo4j-community-2.3.1/bin/neo4j console
以後就能夠查看到正在運行以下打印內容,說明啓動成功學習
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual. Starting Neo4j Server console-mode... 2015-12-10 14:50:20.374+0800 INFO No SSL certificate found, generating a self-signed certificate.. 2015-12-10 14:50:24.130+0800 INFO Successfully started database 2015-12-10 14:50:24.159+0800 INFO Starting HTTP on port 7474 (8 threads available) 2015-12-10 14:50:24.324+0800 INFO Enabling HTTPS on port 7473 2015-12-10 14:50:24.392+0800 INFO Mounting static content at /webadmin 2015-12-10 14:50:24.447+0800 INFO Mounting static content at /browser 2015-12-10 14:50:25.690+0800 INFO Remote interface ready and available at http://localhost:7474/
#TODO:Neo4J做爲系統服務配置操作系統