File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# 安装 hpr
22
3- hpr 使用 Ruby 编写的工具可以被安装在 macOS、Linux、树莓派等系统和硬件设备,
4- 同时提供 docker 作为最为方便的方式进行分发。
3+ hpr 使用 Ruby 编写的工具可以被安装在 macOS、Linux、树莓派等系统和硬件设备,同时提供 docker 作为最为方便的方式进行分发。
54
65## Docker
76
87hpr 提供基于 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Hpr
4- VERSION = '0.12.2 '
4+ VERSION = '0.12.3 '
55end
You can’t perform that action at this time.
0 commit comments