Github镜像

visuddhinanda d1b3ef6dec create il y a 1 an
.vscode 6ab54951d8 :wrench: add bmewburn.vscode-intelephense-client plugin support il y a 1 an
api-v8 d1b3ef6dec create il y a 1 an
coconut 63f9d3733b :bug: fix build on jammy il y a 1 an
dashboard-v4 d5dbebc741 support project weight il y a 1 an
deploy 05e7394a17 :wrench: add build in docker supprot il y a 1 an
docker ff270b4c6d :hammer: add rabbitmq/postgresql/redis support for coconut project 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 2410669986 add launch.json 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