https://github.com/techery/orientdb-deploy-scripts
Bash scripts for deploy automation
https://github.com/techery/orientdb-deploy-scripts
Last synced: 11 months ago
JSON representation
Bash scripts for deploy automation
- Host: GitHub
- URL: https://github.com/techery/orientdb-deploy-scripts
- Owner: techery
- Created: 2016-01-07T09:57:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T13:53:15.000Z (over 10 years ago)
- Last Synced: 2025-05-07T20:19:27.700Z (about 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orientdb-deploy-scripts
Bash scripts for deploy automation
## Usage
* create and edit .env configuration file from .env.sample
Set database host and credentials
Set path to schema.json and console.sh scripts
* script ```./bin/orientdb-import-schema```
Imports schema specified by path in .env
* script ```./bin/orientdb-migrate path/to/dir```
Executes all *.sql scripts located in specified dir
**Example** ```./bin/orientdb-migrate database/migrations/11-01-2016/comments-as-edge/```