Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgpat/docker-orca
https://github.com/bgpat/docker-orca
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgpat/docker-orca
- Owner: bgpat
- Created: 2019-03-31T20:01:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:40:06.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:24:05.169Z (2 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
[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/bgpat/orca.svg)](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
```