瀏覽代碼

:truck: import resources from clove project

Jeremy Zheng 9 月之前
父節點
當前提交
493469b1e5
共有 4 個文件被更改,包括 15 次插入10 次删除
  1. 6 0
      .gitmodules
  2. 7 10
      README.md
  3. 1 0
      api-v12/storage/resources
  4. 1 0
      api-v8/storage/resources

+ 6 - 0
.gitmodules

@@ -0,0 +1,6 @@
+[submodule "api-v8/storage/resources"]
+	path = api-v8/storage/resources
+	url = https://github.com/iapt-platform/clove.git
+[submodule "api-v12/storage/resources"]
+	path = api-v12/storage/resources
+	url = https://github.com/iapt-platform/clove.git

+ 7 - 10
README.md

@@ -4,22 +4,19 @@
 
 ## Usage
 
-## Development
+### Prepare source codes
 
 ```bash
-$ 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
+$ sudo apt install -y git
 $ 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
+# Update third dependencies
+$ git submodule update --init --recursive
 ```
 
+- [Setup container toolchains](./docker/)
+- [Start development environment](./docker/spring/)
+
 ## Documents
 
 - [Podman Installation Instructions](https://podman.io/docs/installation)

+ 1 - 0
api-v12/storage/resources

@@ -0,0 +1 @@
+Subproject commit 0ba4ae12dcb230f6dd5ceec4b76562ce8fb2389e

+ 1 - 0
api-v8/storage/resources

@@ -0,0 +1 @@
+Subproject commit 0ba4ae12dcb230f6dd5ceec4b76562ce8fb2389e