Skip to content

bark4mark/vagrant-orientdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#OrientDB Vagrant script

  • Installs Java and sets up OrientDB
  • Adds an orientdb user
  • Adds OrientDB as a service that starts when the VM starts
  • Sets up a default orientdb user: U: root P: password
  • Forwards the ports 2424 and 2480
  • OrientDB studio available on http://localhost:2480, login using the default user

To check if the server is running use vagrant ssh: sudo netstat -plunt | grep 2424 sudo netstat -plunt | grep 2480

  • stop orientdb using vagrant ssh: sudo service orientdb stop
  • start orientdb using vagrant ssh: sudo service orientdb start

About

A vagrant script to run orientdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages