|
|
пре 11 месеци | |
|---|---|---|
| .vscode | пре 1 година | |
| api-v8 | пре 11 месеци | |
| coconut | пре 1 година | |
| dashboard-v4 | пре 11 месеци | |
| deploy | пре 11 месеци | |
| docker | пре 1 година | |
| scripts | пре 1 година | |
| vagrant | пре 1 година | |
| .clang-format | пре 1 година | |
| .gitignore | пре 1 година | |
| LICENSE | пре 5 година | |
| README.md | пре 1 година |
这是一个开放的基于语料库的巴利语学习和翻译平台。
$ 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