For users
OrientDB v1.6 or higher
Copy the studio.jar file to the directory “plugins” on the OrientDB Server.
OrientDB v1.4 - v1.5
Unpack the studio.jar file to the directory “www/studio” on the OrientDB Server. If you want to keep the previous version of studio, then rename the existing “www/studio” directory ex. “www/studioprev”.
For Developers
Quick Start
Install Node.js and NPM
Clone the repository:
$ git clone https://github.com/orientechnologies/orientdb-studio.git
Install global dependencies
yo
,bower
andcompass
(remove “sudo” if your account already has the permissions to install software):$ sudo npm install -g yo bower compass
Install local dependencies:
$ npm install
$ bower install
Start the OrientDB server.
Start the server grunt and your browser will be opened at
http://localhost:9000
:$ grunt server
If you’re using Studio bundled in OrientDB, connect with your browser to:
http://localhost:2480/studio/index.html
If you want to create a distribution to install under the OrientDB Server (‘plugins’ directory), just type:
$ grunt build