Commit 73025697 authored by astaxie's avatar astaxie

add chinese docs links

parent 23039393
...@@ -7,6 +7,8 @@ available at http://astaxie.github.com/beego ...@@ -7,6 +7,8 @@ available at http://astaxie.github.com/beego
Beego is licensed under the Apache Licence, Version 2.0 Beego is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html). (http://www.apache.org/licenses/LICENSE-2.0.html).
[中文文档](https://github.com/astaxie/beego/tree/master/docs/zh)
## Installation ## Installation
============ ============
To install: To install:
......
...@@ -20,15 +20,15 @@ ...@@ -20,15 +20,15 @@
3. 新建管理的应用 3. 新建管理的应用
cd /etc/supervisord.conf.d cd /etc/supervisord.conf.d
vim ddq.conf vim beepkg.conf
配置文件: 配置文件:
[program:ddq] [program:beepkg]
directory = /opt/app/ddq directory = /opt/app/beepkg
command = /opt/app/ddq/ddq command = /opt/app/beepkg/beepkg
autostart = true autostart = true
startsecs = 5 startsecs = 5
user = root user = root
redirect_stderr = true redirect_stderr = true
stdout_logfile = /var/log/supervisord/shorturl.log stdout_logfile = /var/log/supervisord/beepkg.log
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment