Moshi 4537023e03 docs: add docker-compose upgrade method (#65)
* 增加docker-compose安装方式

* 增加docker-compose安装方式的侧边目录

* 根据修改意见进行完善,增加halo+redis+mysql编排

* Update docs/getting-started/install/docker-compose.md

Co-authored-by: John Niang <johnniang@fastmail.com>

* Update docs/getting-started/install/docker-compose.md

Co-authored-by: John Niang <johnniang@fastmail.com>

* Update docs/getting-started/install/docker-compose.md

Co-authored-by: John Niang <johnniang@fastmail.com>

* 解决重复创建./halo目录导致的自定义数据库application.yaml不生效的问题。

解决重复创建./halo目录导致的自定义数据库application.yaml不生效的问题。

* 根据修改建议,调整至其他中

* 将doceker-compose文档移动到other目录下

* 更正调整目录后文档内的引用路径

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: Ryan Wang <i@ryanc.cc>

* remove environment variable whitespace

* MySQL容器启动时自动初始化DB Schema

* MySQL容器启动时自动初始化DB Schema

* 修改容器重启策略,使用绝对路径映射目录

* 增加docker-compose更新方式

* Modify the suffix spelling of the yaml file

* 调整更新容器组文档位置

* 解决pnpm lint提示的错误

* 解决pnpm lint提示的错误

Co-authored-by: “MoshiCoCo” <“junzhou2016@outlook.com”>
Co-authored-by: John Niang <johnniang@fastmail.com>
Co-authored-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: MoshiCoCo <junzhou2016@outlook.com>
2022-04-05 15:07:38 +00:00
2021-11-26 23:06:30 +08:00
2022-03-31 16:34:06 +00:00
2022-02-26 12:08:00 +08:00
2021-10-05 14:30:42 +08:00
2022-03-28 21:59:04 +08:00
2021-11-23 20:51:14 +08:00

The open-source repo for docs.halo.run

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ pnpm install 

If you dont have pnpm installed, you can install it with the following command:

npm install -g pnpm

Local Development

$ pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

S
Description
The open-source repo for docs.halo.run
Readme 220 MiB
Languages
MDX 65.1%
JavaScript 22.4%
TypeScript 7%
SCSS 4.1%
CSS 1.3%