https://github.com/bgpat/docker-orca
https://github.com/bgpat/docker-orca
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgpat/docker-orca
- Owner: bgpat
- Created: 2019-03-31T20:01:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:40:06.000Z (over 1 year ago)
- Last Synced: 2025-01-25T18:31:59.107Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-orca
[](https://hub.docker.com/r/bgpat/orca)
Docker image for [ORCA](https://www.orca.med.or.jp/receipt/)
## Usage
### Run new server
```bash
# initialize DB and run ORCA server
make
```### Restore from DB dump
```bash
# copy your dump file (*.dump) to ./restore
cp my_backup.dump restore/my_backup.dump# start restoring
make restore# run ORCA server
make
```