Skip to content

Instantly share code, notes, and snippets.

@jibinpb
Created July 10, 2018 16:11
Show Gist options
  • Save jibinpb/44520149c9675be128a942755eb3d79e to your computer and use it in GitHub Desktop.
Save jibinpb/44520149c9675be128a942755eb3d79e to your computer and use it in GitHub Desktop.
Download and Start OrientDb in CentOS
cd /tmp/
wget https://s3.us-east-2.amazonaws.com/orientdb3/releases/3.0.3/orientdb-tp3-3.0.3.tar.gz
tar zxvf orientdb-tp3-3.0.3.tar.gz -C /opt/
cd /opt/orientdb-tp3-3.0.3/
sudo bin/server.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment