Neo4j Stable Yum Repo
Documentation for the Neo4j 3.0 (and above) RPM package is available here.
Adding the Yum repository
First, import our signing key:
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
Then, you will need to add our yum repo to /etc/yum.repos.d/neo4j.repo:
cat < /etc/yum.repos.d/neo4j.repo [neo4j] name=Neo4j Yum Repo baseurl=http://yum.neo4j.com/stable enabled=1 gpgcheck=1 EOF
Installing Neo4j
To install the latest Neo4j Community Edition:
sudo yum install neo4j
To install the latest Neo4j Enterprise Edition:
sudo yum install neo4j-enterprise
If you have any questions, please ask on Stack Overflow
위와 같이 하면, . neo4j가 설치되고 systemctrl에도 등록이 된다.
sudo systemctrl start neo4j하면 시작함 .
'날리지 > LOD' 카테고리의 다른 글
DCAT Vocabulary (0) | 2019.08.20 |
---|---|
lubm tutorial (0) | 2017.05.23 |
What IBM, the Semantic Web Company, and Siemens are doing with semantic technologies (0) | 2016.10.10 |