mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
Update meta data of docs
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
---
|
||||
date: "2019-02-14T11:51:04+08:00"
|
||||
title: "对比 Gitea 与其它 Git 托管工具"
|
||||
slug: "comparison"
|
||||
sidebar_position: 5
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /zh-cn/comparison
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "横向对比"
|
||||
sidebar_position: 5
|
||||
identifier: "comparison"
|
||||
---
|
||||
|
||||
# 对比 Gitea 与其它 Git 托管工具
|
||||
|
||||
+3
-9
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2020-01-16"
|
||||
title: "数据库准备"
|
||||
|
||||
slug: "database-prep"
|
||||
sidebar_position: 10
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/database-prep
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "数据库准备"
|
||||
sidebar_position: 10
|
||||
identifier: "database-prep"
|
||||
|
||||
---
|
||||
|
||||
# 数据库准备
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "使用二进制文件安装"
|
||||
|
||||
slug: "install-from-binary"
|
||||
sidebar_position: 15
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/install-from-binary
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "使用二进制文件安装"
|
||||
sidebar_position: 15
|
||||
identifier: "install-from-binary"
|
||||
|
||||
---
|
||||
|
||||
# 使用二进制文件安装
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "使用包管理器安装"
|
||||
|
||||
slug: "install-from-package"
|
||||
sidebar_position: 20
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/install-from-package
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "使用包管理器安装"
|
||||
sidebar_position: 20
|
||||
identifier: "install-from-package"
|
||||
|
||||
---
|
||||
|
||||
# 官方包管理器
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "使用源代码安装"
|
||||
|
||||
slug: "install-from-source"
|
||||
sidebar_position: 30
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/install-from-source
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "使用源代码安装"
|
||||
sidebar_position: 30
|
||||
identifier: "install-from-source"
|
||||
|
||||
---
|
||||
|
||||
# 使用源代码安装
|
||||
|
||||
+3
-9
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "在云服务器中安装 Gitea"
|
||||
|
||||
slug: "install-on-cloud-provider"
|
||||
sidebar_position: 90
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/install-on-cloud-provider
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "在云服务器中安装 Gitea"
|
||||
sidebar_position: 90
|
||||
identifier: "install-on-cloud-provider"
|
||||
|
||||
---
|
||||
|
||||
# 在云服务器上安装 Gitea
|
||||
|
||||
+4
-10
@@ -1,21 +1,15 @@
|
||||
---
|
||||
date: "2020-03-19T19:27:00+02:00"
|
||||
title: "在 Kubernetes 中安装 Gitea"
|
||||
|
||||
slug: "install-on-kubernetes"
|
||||
sidebar_position: 80
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/install-on-kubernetes
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "在 Kubernetes 中安装 Gitea"
|
||||
sidebar_position: 80
|
||||
identifier: "install-on-kubernetes"
|
||||
|
||||
---
|
||||
|
||||
# 使用 Helm 在 Kubernetes 云原生环境中安装 Gitea
|
||||
# 在 Kubernetes 中安装 Gitea
|
||||
|
||||
Gitea 已经提供了便于在 Kubernetes 云原生环境中安装所需的 Helm Chart
|
||||
|
||||
|
||||
+5
-12
@@ -1,23 +1,16 @@
|
||||
---
|
||||
date: "2017-07-21T12:00:00+02:00"
|
||||
title: "在 Linux 中以 service 方式运行"
|
||||
slug: "linux-service"
|
||||
sidebar_position: 40
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /zh-cn/linux-service
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "在Linux中以service方式运行"
|
||||
sidebar_position: 40
|
||||
identifier: "linux-service"
|
||||
---
|
||||
|
||||
### 在 Ubuntu 16.04 LTS 中以 service 方式运行
|
||||
# 在 Linux 中以 service 方式运行
|
||||
|
||||
#### systemd 方式
|
||||
## 在 Ubuntu 16.04 LTS 中以 service 方式运行
|
||||
|
||||
### systemd 方式
|
||||
|
||||
在 terminal 中执行以下命令:
|
||||
|
||||
@@ -36,7 +29,7 @@ sudo systemctl enable gitea
|
||||
sudo systemctl start gitea
|
||||
```
|
||||
|
||||
#### 使用 supervisor
|
||||
### 使用 supervisor
|
||||
|
||||
在 terminal 中执行以下命令安装 supervisor:
|
||||
|
||||
|
||||
+2
-9
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-09-02T16:00:00+08:00"
|
||||
title: "从旧版 Gitea 升级"
|
||||
|
||||
slug: "upgrade-from-gitea"
|
||||
sidebar_position: 100
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "从旧版 Gitea 升级"
|
||||
sidebar_position: 100
|
||||
identifier: "upgrade-from-gitea"
|
||||
|
||||
---
|
||||
|
||||
# 从旧版 Gitea 升级
|
||||
|
||||
-9
@@ -1,18 +1,9 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "从 Gogs 升级"
|
||||
slug: "upgrade-from-gogs"
|
||||
sidebar_position: 101
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /zh-cn/upgrade-from-gogs
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "从 Gogs 升级"
|
||||
sidebar_position: 101
|
||||
identifier: "upgrade-from-gogs"
|
||||
---
|
||||
|
||||
# 从 Gogs 升级
|
||||
|
||||
+3
-9
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-21T15:00:00-02:00"
|
||||
title: "注册为Windows服务"
|
||||
|
||||
slug: "windows-service"
|
||||
sidebar_position: 50
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/windows-service
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "Windows服务"
|
||||
sidebar_position: 50
|
||||
identifier: "windows-service"
|
||||
|
||||
---
|
||||
|
||||
# 准备工作
|
||||
|
||||
+1
-10
@@ -1,21 +1,12 @@
|
||||
---
|
||||
date: "2020-02-09T20:00:00+02:00"
|
||||
title: "使用 Docker 安装 (rootless)"
|
||||
slug: "install-with-docker-rootless"
|
||||
sidebar_position: 60
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /zh-cn/install-with-docker-rootless
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "使用 Docker 安装 (rootless)"
|
||||
sidebar_position: 60
|
||||
identifier: "install-with-docker-rootless"
|
||||
---
|
||||
|
||||
# 使用 Docker 安装
|
||||
# 使用 Docker 安装 (rootless)
|
||||
|
||||
Gitea 在其 Docker Hub 组织中提供自动更新的 Docker 镜像。您可以始终使用最新的稳定标签,或使用其他处理 Docker 镜像更新的服务。
|
||||
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "使用 Docker 安装"
|
||||
|
||||
slug: "install-with-docker"
|
||||
sidebar_position: 70
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /zh-cn/install-with-docker
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "使用 Docker 安装"
|
||||
sidebar_position: 70
|
||||
identifier: "install-with-docker"
|
||||
|
||||
---
|
||||
|
||||
# 使用 Docker 安装
|
||||
|
||||
Reference in New Issue
Block a user