| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign UID and GIT to neo4j (both 369)
- Instruct neo4j to run as neo4j user
- Move config directory to PREFIX/etc/neo4j
- Move certificates base directory to PREFIX/etc/neo4j/certificates
- Move data directory to /var/db/neo4j/data
- Move metrics directory to /var/db/neo4j/metrics
- Move import directory to /var/db/neo4j/import
- Fix rc.d script accordingly
Partially based on information from [1] and [2]
PR: 268526 [1]
PR: 228532 [2]
Sponsored by: resulta.sk
|
| |
|
|
|
|
| |
set NEO4J_CONF correctly
|
| |
|
|
|
|
|
|
|
| |
Take maintainership
PR: 263555
Reported by: wen@
Approved by: maintainer(timeout, > 14 days)
|
|
|
|
|
|
|
| |
- Fix run error of cypher-shell
PR: 255103
Reported by: wen@
Approved by: maintainer(timeout, > 3 months)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
While we're here, fix up some variable names to ensure that all of the
scripts work (e.g., /usr/local/etc/rc.d/neo4j).
Approved by: crees
Differential Revision: https://reviews.freebsd.org/D14260
Notes:
svn path=/head/; revision=461285
|
|
|
|
|
|
|
|
| |
Approved by: crees
Differential Revision: https://reviews.freebsd.org/D11446
Notes:
svn path=/head/; revision=447753
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=440939
|
|
|
|
|
|
|
|
|
| |
Submitted by: Radek Krejca
PR: ports/216547
Submitted by: Alistair Meney <atmeney@gmail.com>
Notes:
svn path=/head/; revision=432630
|
|
store with all the features expected of a mature and robust database, like a
friendly query language and ACID transactions. The programmer works with a
flexible network structure of nodes and relationships rather than static
tables yet enjoys all the benefits of enterprise-quality database. For many
applications, Neo4j offers orders of magnitude performance benefits compared
to relational DBs.
WWW: https://neo4j.com
Notes:
svn path=/head/; revision=420830
|