Skip to content

Commit

Permalink
修改 README: 新增启动说明
Browse files Browse the repository at this point in the history
  • Loading branch information
barats committed Apr 7, 2022
1 parent 4909c63 commit 00e07c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@

![Screenshot](screenshot.jpg)

## Docker One Step Start

支持 Docker 一步启动所有服务,运行 `docker/one_step_start.sh` ,该命令将会:
1. 构建 `docker/admin.Dockerfile` 镜像及服务
1. 构建 `docker/portal.Dockerfile` 镜像及服务
1. 通过 `docker/services.yml` 其他描述内容构建 `redis``postgresql` 镜像及服务,并对其运行状态做判断,等待缓存和数据库服务正常之后,再启动其他必要服务
1. 构建名为 `network_ohurlshortener` 的虚拟网络供上述服务使用
1. 开启本机 `9091``9092` 端口分别应对 `ohUrlShortener-Portal``ohUrlShortener-Admin` 应用

## 启动参数说明

`ohurlshortener [-c 配置文件路径] [-s 需要启动的服务(admin或portal,省略次参数同时启动两个服务)]`

## 配置文件说明
根目录下 `config.ini` 中存放着关于 ohUrlShortener 短链接系统的一些必要配置,请在启动应用之前确保这些配置的正确性

Expand Down

0 comments on commit 00e07c6

Please sign in to comment.