Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orientechnologies/orientdb-studio

Studio web tool
https://github.com/orientechnologies/orientdb-studio

Last synced: about 2 months ago
JSON representation

Studio web tool

Awesome Lists containing this project

README

        

[![REUSE status](https://api.reuse.software/badge/github.com/orientechnologies/orientdb-studio)](https://api.reuse.software/info/github.com/orientechnologies/orientdb-studio)
# [OrientDB Studio](https://github.com/orientechnologies/orientdb-studio)

## Developers

### Quick Start

0. Install [Node.js](http://nodejs.org/) and NPM

1. Clone the repository:

```bash
$ git clone https://github.com/orientechnologies/orientdb-studio.git
```

2. Install [yarn](https://yarnpkg.com)

3. Install local dependencies:

```bash
$ cd orientdb-studio
$ yarn install
```

4. Start OrientDB server.

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

```bash
$ 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
```