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