Skip to content

Commit 7607f5b

Browse files
committed
dump v0.12.3
1 parent f2d3272 commit 7607f5b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](_media/icon.png)
22

3-
# ḫpr <small>0.12.0</small>
3+
# ḫpr <small>0.12.3</small>
44

55
> 镜像任意 Git 仓库到 Gitlab 的同步工具,具有定时更新的功能。
66

docs/install.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# 安装 hpr
22

3-
hpr 使用 Ruby 编写的工具可以被安装在 macOS、Linux、树莓派等系统和硬件设备,
4-
同时提供 docker 作为最为方便的方式进行分发。
3+
hpr 使用 Ruby 编写的工具可以被安装在 macOS、Linux、树莓派等系统和硬件设备,同时提供 docker 作为最为方便的方式进行分发。
54

65
## Docker
76

87
hpr 提供基于 alpine 镜像,镜像的 [tags](https://hub.docker.com/r/icyleafcn/hpr/tags) 遵循如下规则:
98

109
- `latest` 指向基于 alpine 最新版本
11-
- `x.x.x-alpine` 指向基于 alpine 的指定版本
10+
- `x.x.x` 指向基于 alpine 的指定版本
1211

1312
对于通常的情况直接运行如下命令即可安装运行:
1413

@@ -67,6 +66,12 @@ $ cd hpr
6766
$ bundle install
6867
```
6968

69+
### 初始化数据库
70+
71+
```bash
72+
$ bundle exec rake db:setup
73+
```
74+
7075
### 运行 redis
7176

7277
```bash

lib/hpr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Hpr
4-
VERSION = '0.12.2'
4+
VERSION = '0.12.3'
55
end

0 commit comments

Comments
 (0)