Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 864 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 864 Bytes

quickdocs-api

Quickdocs.org API server

Requirements

Usage

$ docker-compose up

# Run after the first run to initialize DB
$ docker run --rm -it --net=host -e DB_PORT=25432 quickdocs/dist-updater setup
$ docker run --rm -it --net=host -e DB_PORT=25432 quickdocs/dist-updater update

See also

License

Copyright (c) 2021 Eitaro Fukamachi

Licensed under the BSD 3-Clause License.