Copy the studio.zip file inside the directory "plugins" in OrientDB Server.
Unpack the studio.zip file inside the directory "www/studio" in OrientDB Server. If you want also to keep the previous version of studio, rename the existent "www/studio" directory in some other like "www/studioprev".
-
Install Node.js and NPM
-
Clone the repository:
$ git clone https://github.com/orientechnologies/orientdb-studio.git
-
Install global dependencies
yo,bowerandcompass(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 OrientDB server.
-
Start the server grunt and your browser will be opened at
http://localhost:9000:$ grunt server