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