Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
73025697
authored
2013-04-18 10:39:06 +0800
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add chinese docs links
1 parent
23039393
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
README.md
docs/zh/Supervisord.md
README.md
View file @
7302569
...
...
@@ -7,6 +7,8 @@ available at http://astaxie.github.com/beego
Beego is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).
[
中文文档
](
https://github.com/astaxie/beego/tree/master/docs/zh
)
## Installation
============
To install:
...
...
docs/zh/Supervisord.md
View file @
7302569
...
...
@@ -20,15 +20,15 @@
3.
新建管理的应用
cd /etc/supervisord.conf.d
vim
ddq
.conf
vim
beepkg
.conf
配置文件:
[
program:
ddq
]
directory = /opt/app/
ddq
command = /opt/app/
ddq/ddq
[
program:
beepkg
]
directory = /opt/app/
beepkg
command = /opt/app/
beepkg/beepkg
autostart = true
startsecs = 5
user = root
redirect_stderr = true
stdout_logfile = /var/log/supervisord/shorturl.log
\ No newline at end of file
stdout_logfile = /var/log/supervisord/beepkg.log
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment