Github镜像

Jeremy Zheng bf4913b92b :bug: fix yarn install 1 vuosi sitten
.vscode c274f74645 :wrench: merge vscode config files 1 vuosi sitten
api-v8 917d1e5a46 :fire: mv api usage into v8 1 vuosi sitten
dashboard-v4 530977a93e :fire: remove json-view library 1 vuosi sitten
deploy bd844057b1 :fire: merge frontend & backend image 1 vuosi sitten
docker bf4913b92b :bug: fix yarn install 1 vuosi sitten
.gitignore 2d48cbb511 :truck: recover docker & deploy from v3 1 vuosi sitten
LICENSE 7ce3cd2090 Initial commit 5 vuotta sitten
README.md 9eac3aa97f :wrench: add spring dockerfile 1 vuosi sitten

README.md

International Academy Of Pali Tipitaka(国际巴利三藏学院)

这是一个开放的基于语料库的巴利语学习和翻译平台。

Usage

Development

$ sudo apt install -y git crun podman buildah fuse-overlayfs
$ git clone https://github.com/iapt-platform/mint.git ~/workspace/iapt-platform/mint
$ cd ~/workspace/iapt-platform/mint/
# Load the mint-spring image
$ podman load -i tmp/mint-spring-TIMESTAMP.tar.xz
# Start postgresql/redis/rabbitmq... services
$ ./docker/spring/start.sh services
# Start a backend server
$ ./docker/spring/start.sh backend 8080 # http://localhost:8080
# Start a frontend server
$ ./docker/spring/start.sh frontend 3000 # http://localhost:3000

Documents