Skip to content

ozgurcemsen/orientdb-studio

 
 

Repository files navigation

Develop: Build Status 2.2.x: Build Status

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

docker build -t orientdb-studio-dev .
docker run -p 8080:8080 -d orientdb-studio-dev

About

Studio web tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 41.3%
  • JavaScript 35.1%
  • TypeScript 19.8%
  • CSS 3.8%