Skip to content

1.0.5

Latest
Compare
Choose a tag to compare
@bradnussbaum bradnussbaum released this 27 Oct 15:57
· 4 commits to 1.0 since this release
691d003

Downloads

Community (GPLv3)

Mac/Linux: ongdb-community-1.0.5-unix.tar.gz
Windows 64 bit: ongdb-community-1.0.5-windows.zip
Windows 32 bit: ongdb-community-1.0.5-windows.zip

Enterprise (AGPLv3)

Mac/Linux: ongdb-enterprise-1.0.5-unix.tar.gz
Windows 64 bit: ongdb-enterprise-1.0.5-windows.zip
Windows 32 bit: ongdb-enterprise-1.0.5-windows.zip

Docker

Community (GPLv3)

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/ongdb/data:/data \
    graphfoundation/ongdb:1.0.5

Enterprise (AGPLv3)

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/ongdb/data:/data \
    graphfoundation/ongdb-enterprise:1.0.5