|
|
il y a 11 mois | |
|---|---|---|
| .vscode | il y a 1 an | |
| api-v8 | il y a 11 mois | |
| coconut | il y a 1 an | |
| dashboard-v4 | il y a 11 mois | |
| deploy | il y a 11 mois | |
| docker | il y a 1 an | |
| scripts | il y a 1 an | |
| vagrant | il y a 1 an | |
| .clang-format | il y a 1 an | |
| .gitignore | il y a 1 an | |
| LICENSE | il y a 5 ans | |
| README.md | il y a 1 an |
这是一个开放的基于语料库的巴利语学习和翻译平台。
$ 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