OrientDB Studio
Developers
Quick Start
-
Install Node.js and NPM
-
Clone the repository:
$ git clone https://github.com/orientechnologies/orientdb-studio.git
-
Install yarn
-
Install local dependencies:
$ cd orientdb-studio $ yarn install
-
Start OrientDB server.
-
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