add chinese docs links
Showing
2 changed files
with
7 additions
and
5 deletions
| ... | @@ -7,6 +7,8 @@ available at http://astaxie.github.com/beego | ... | @@ -7,6 +7,8 @@ available at http://astaxie.github.com/beego |
| 7 | Beego is licensed under the Apache Licence, Version 2.0 | 7 | Beego is licensed under the Apache Licence, Version 2.0 |
| 8 | (http://www.apache.org/licenses/LICENSE-2.0.html). | 8 | (http://www.apache.org/licenses/LICENSE-2.0.html). |
| 9 | 9 | ||
| 10 | [中文文档](https://github.com/astaxie/beego/tree/master/docs/zh) | ||
| 11 | |||
| 10 | ## Installation | 12 | ## Installation |
| 11 | ============ | 13 | ============ |
| 12 | To install: | 14 | To install: | ... | ... |
| ... | @@ -20,15 +20,15 @@ | ... | @@ -20,15 +20,15 @@ |
| 20 | 3. 新建管理的应用 | 20 | 3. 新建管理的应用 |
| 21 | 21 | ||
| 22 | cd /etc/supervisord.conf.d | 22 | cd /etc/supervisord.conf.d |
| 23 | vim ddq.conf | 23 | vim beepkg.conf |
| 24 | 24 | ||
| 25 | 配置文件: | 25 | 配置文件: |
| 26 | 26 | ||
| 27 | [program:ddq] | 27 | [program:beepkg] |
| 28 | directory = /opt/app/ddq | 28 | directory = /opt/app/beepkg |
| 29 | command = /opt/app/ddq/ddq | 29 | command = /opt/app/beepkg/beepkg |
| 30 | autostart = true | 30 | autostart = true |
| 31 | startsecs = 5 | 31 | startsecs = 5 |
| 32 | user = root | 32 | user = root |
| 33 | redirect_stderr = true | 33 | redirect_stderr = true |
| 34 | stdout_logfile = /var/log/supervisord/shorturl.log | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 34 | stdout_logfile = /var/log/supervisord/beepkg.log | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment