如何安装neo4j
确保已经安装java7
下载community edition
http://neo4j.com/download/
得到文件neo4j-community-2.3.2-unix.tar.gz
解压
tar xvf neo4j-community-2.3.2-unix.tar.gz
启动neo4j
./bin/neo4j start
访问如下地址
http://localhost:7474
user: neo4j, passwd: neo4j
确保已经安装java7
下载community edition
http://neo4j.com/download/
得到文件neo4j-community-2.3.2-unix.tar.gz
解压
tar xvf neo4j-community-2.3.2-unix.tar.gz
启动neo4j
./bin/neo4j start
访问如下地址
http://localhost:7474
user: neo4j, passwd: neo4j
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true