Skip to content

Commit

Permalink
update readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aajkl committed Jun 28, 2024
1 parent 48459ca commit 5918190
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 76 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/dockerimage.yml

This file was deleted.

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# vmihub
[![pipeline status](https://github.com/projecteru2/vmihub/badges/master/pipeline.svg)](https://github.com/projecteru2/vmihub/-/commits/master)
====
![](https://github.com/projecteru2/vmihub/workflows/test/badge.svg)
![](https://github.com/projecteru2/vmihub/workflows/golangci-lint/badge.svg)

web-related things of eru
virtual machine image hub for ERU

# swagger
generate swagger
Expand All @@ -16,8 +18,14 @@ generate swagger
```shell
swag init -g cmd/vmihub/main.go -o cmd/vmihub/docs
```
# 准备redis
常规准备就好

# 准备数据库
不管是第一次初始化数据库还是后续数据库schema的修改请都参考 [这里](internal/models/migration/README.md)
# 准备s3
用于存储镜像文件

# 项目启动
```shell
make
Expand Down

0 comments on commit 5918190

Please sign in to comment.