https://github.com/orientechnologies/orientdb-studio
Studio web tool
https://github.com/orientechnologies/orientdb-studio
Last synced: about 1 year ago
JSON representation
Studio web tool
- Host: GitHub
- URL: https://github.com/orientechnologies/orientdb-studio
- Owner: orientechnologies
- License: other
- Created: 2013-07-02T15:35:17.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-20T14:25:03.000Z (over 1 year ago)
- Last Synced: 2025-02-20T15:32:04.371Z (over 1 year ago)
- Language: HTML
- Size: 8.9 MB
- Stars: 127
- Watchers: 25
- Forks: 50
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
[](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
```