Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolewhite/neoget
Neo4j download script
https://github.com/nicolewhite/neoget
Last synced: about 1 month ago
JSON representation
Neo4j download script
- Host: GitHub
- URL: https://github.com/nicolewhite/neoget
- Owner: nicolewhite
- Created: 2015-06-18T18:20:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T10:57:11.000Z (over 9 years ago)
- Last Synced: 2024-10-23T08:55:30.627Z (3 months ago)
- Language: Shell
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Neo4j Download script
=====================
```
Usage: neoget [] [ [ ...]]Download tool for Neo4j server packages.
Action Options:
-d download the latest or specific Neo4j packages (default)
-l show a list of available Neo4j versions
-h display this help textAlpha Release Options:
-a select the latest alpha release for downloadEdition Options:
-c use Neo4j Community edition (default)
-e use Neo4j Enterprise editionList Options:
-f list only archive file names
-u list full download URLs (default)
-v list only versionsEnvironment:
NEO4J_DIST - base URL for downloads (default: http://dist.neo4j.org)Report bugs to [email protected]
```Download Latest Release
-----------------------
```
neoget
```Download Latest Enterprise Release
----------------------------------
```
neoget -e
```Download Specific Release
-------------------------
```
neoget 2.1.8
```Download Latest Alpha Release
-----------------------------
```
neoget -a
```List Releases
-------------
```
neoget -l
```