https://github.com/bruth/neo4j-download-manager
Neo4j Download Manager (NDM)
https://github.com/bruth/neo4j-download-manager
Last synced: 16 days ago
JSON representation
Neo4j Download Manager (NDM)
- Host: GitHub
- URL: https://github.com/bruth/neo4j-download-manager
- Owner: bruth
- License: bsd-2-clause
- Created: 2013-12-23T13:48:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T21:16:51.000Z (over 12 years ago)
- Last Synced: 2026-02-11T01:42:27.168Z (5 months ago)
- Language: Shell
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neo4j Download Manager (NDM)
- Downloads the release tarball of the Neo4j community edition (unix only)
- Caches the tarballs in `$HOME/.ndm` to prevent redundant downloads
- Quick way to setup new Neo4j environments
## Usage
```
ndm [version] [path]
```
## Example
```
ndm 2.0.0 test
```