Skip to content

thejjmiller/orientdb-studio

 
 

Repository files navigation

Look to the Documentation for more information.

Users

OrientDB v1.6 or major

Copy the studio.zip file inside the directory "plugins" in OrientDB Server.

OrientDB v1.4 - v1.5

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".

Developers

Quick Start

  1. Install Node.js and NPM

  2. Clone the repository:

    $ git clone https://github.com/orientechnologies/orientdb-studio.git
  3. Install global dependencies yo, bower and compass (remove "sudo" if your account already has the permissions to install software):

    $ sudo npm install -g yo bower compass
  4. Install local dependencies:

    $ npm install # might be necessary to be run with sudo depending on whether the dependencies have been installed with sudo or not
    $ bower install
  5. Start OrientDB server.

  6. Start the server grunt and your browser will be opened at http://localhost:9000:

    $ grunt server

About

Studio web tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.8%
  • CSS 26.3%
  • HTML 25.9%
  • ApacheConf 3.0%