Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/docker-orca


https://github.com/bgpat/docker-orca

Last synced: 28 days ago
JSON representation

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