Github镜像

Jeremy Zheng 5f0cbb9c0a :wrench: merge alpine image il y a 1 an
.vscode 6ab54951d8 :wrench: add bmewburn.vscode-intelephense-client plugin support il y a 1 an
api-v8 02ac8ab299 add EmailCertificationController il y a 1 an
coconut 63f9d3733b :bug: fix build on jammy il y a 1 an
dashboard-v4 ef4386cf15 :bug: fix spring image il y a 1 an
deploy ef4386cf15 :bug: fix spring image il y a 1 an
docker 5f0cbb9c0a :wrench: merge alpine image il y a 1 an
scripts 3d05cba957 :hammer: add proxy.sh for dev il y a 1 an
vagrant 34b0ab97c1 :bug: resize vm disk & fix php.ini il y a 1 an
.clang-format 715cc543d3 :tada: create coconut project il y a 1 an
.gitignore cb4d6fcf3a :wrench: merge v2 deployment roles il y a 1 an
LICENSE 7ce3cd2090 Initial commit il y a 5 ans
README.md 30487c32e1 :wrench: add mint docker il y a 1 an

README.md

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

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

Usage

Development

$ sudo apt install -y git screen crun podman buildah fuse-overlayfs 
# Load the mint-spring image
$ podman load -i tmp/mint-spring-TIMESTAMP.tar.xz
$ git clone https://github.com/iapt-platform/mint.git ~/workspace/iapt-platform/mint
$ cd ~/workspace/iapt-platform/mint/
# 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