orientdb-studio icon indicating copy to clipboard operation
orientdb-studio copied to clipboard

Studio web tool

REUSE status

OrientDB Studio

Developers

Quick Start

  1. Install Node.js and NPM

  2. Clone the repository:

    $ git clone https://github.com/orientechnologies/orientdb-studio.git
    
  3. Install yarn

  4. Install local dependencies:

    $ cd orientdb-studio
    $ yarn install
    
  5. Start OrientDB server.

  6. Start webpack server and open your browser at http://localhost:8080:

    $ npm run watch
    

Distribution

To create the Studio package just run

$ mvn clean install

and the package will be available in target directory

target/orientdb-studio.*.zip