summaryrefslogtreecommitdiffstats
path: root/README_ZH.md
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-29 03:21:59 -0400
committerUnknwon <u@gogs.io>2015-10-29 03:21:59 -0400
commit4f0e31e96d747265105abb7cadfcb757780886fc (patch)
tree9a22c88b4c3a632e032531613857312ad318233f /README_ZH.md
parentf5689ee3a55ce6e5a1238fe0ef75f40160a5789a (diff)
downloadgitea-4f0e31e96d747265105abb7cadfcb757780886fc.tar.gz
gitea-4f0e31e96d747265105abb7cadfcb757780886fc.zip
update README
Diffstat (limited to 'README_ZH.md')
-rw-r--r--README_ZH.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README_ZH.md b/README_ZH.md
index e99d06d024..b6f6b18ff7 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -55,6 +55,23 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/docker)
- [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
+### 使用教程
+
+- [阿里云上 Ubuntu 14.04 64 位安装 Gogs](http://my.oschina.net/luyao/blog/375654)
+
+### 云端部署
+
+- [OpenShift](https://github.com/tkisme/gogs-openshift)
+- [Cloudron](https://cloudron.io/appstore.html#io.gogs.cloudronapp)
+- [Scaleway](https://www.scaleway.com/imagehub/gogs/)
+- [Portal](https://portaldemo.xyz/cloud/)
+- [Sandstorm](https://github.com/cem/gogs-sandstorm)
+
+### 产品支持
+
+- [Synology](https://www.synology.com)(Docker)
+- [One Space](http://www.onespace.cc)(应用商店)
+
## 特别鸣谢
- 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。