Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu的部署文档 #10

Open
yezhoujie opened this issue Oct 9, 2018 · 5 comments
Open

ubuntu的部署文档 #10

yezhoujie opened this issue Oct 9, 2018 · 5 comments

Comments

@yezhoujie
Copy link

请问有ubuntu 的 部署文档么?

@wuyingsong
Copy link
Contributor

@yezhoujie 暂时还没有,需要自己手工编译下二进制,配置方式都一样。

@yezhoujie
Copy link
Author

@yezhoujie 暂时还没有,需要自己手工编译下二进制,配置方式都一样。

script/init 里面 运行 owl-cfc.init 脚本,提示 owl-cfc.init: line 16: /etc/init.d/functions: No such file or directory
Starting :owl-cfc.init: line 65: daemon: command not found

@wuyingsong
Copy link
Contributor

wuyingsong commented Oct 9, 2018

@yezhoujie 这个管理脚本也是 CentOS 下的,ubuntu 下可以尝试使用 systemd 来管理服务。
systemd 配置类似如下,再使用 systemctl 操作服务即可

Description=owl-agent
After=network.target

[Service]
ExecStart=/usr/local/owl-client/client
Type=simple
StandardOutput=null

[Install]
WantedBy=default.target```

@yezhoujie
Copy link
Author

@yezhoujie 这个管理脚本也是 CentOS 下的,ubuntu 下可以尝试使用 systemd 来管理服务。
类似如下,再使用 systemctl 操作服务即可

Description=owl-agent
After=network.target

[Service]
ExecStart=/usr/local/owl-client/client
Type=simple
StandardOutput=null

[Install]
WantedBy=default.target```

希望尽快出一份ubuntu的部署文档,不用一键部署,一步一步来的也好

@wuyingsong
Copy link
Contributor

@yezhoujie 嗯,我会考虑写一个。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants