设为首页收藏本站

ZMX - IT技术交流论坛 - 无限Perfect,追求梦想 - itzmx.com

 找回密码
 注册论坛

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

用百度帐号登录

只需两步,快速登录

搜索
查看: 1929|回复: 2

linux centos 7 编译安装Deluge 2.0.3的方法(测试中,暂不可用)

[复制链接]
 成长值: 252

签到天数: 4709 天

[LV.Master]伴坛终老

发表于 2019/11/21 07:21 | 显示全部楼层 |阅读模式 |Google Chrome 78.0.3904.108|Windows 10
天涯海角搜一下: 百度 谷歌 360 搜狗 有道 雅虎 必应 即刻
安装编译库
  1. yum -y install wget xz python python-setuptools intltool python-chardet xdg-utils python-mako
复制代码


下载源代码安装
  1. wget https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz
  2. tar Jxvf deluge-2.0.3.tar.xz
  3. cd deluge-2.0.3
  4. python setup.py build
  5. python setup.py install --install-layout=deb
复制代码



配置 deluge 和 deluge-web 服务
  1. cp packaging/systemd/deluged.service /etc/systemd/system/deluged.service
  2. cp packaging/systemd/deluge-web.service /etc/systemd/system/deluge-web.service
复制代码


启动 deluged 和 deluge-web 服务,并设置自启动
  1. systemctl start deluged
  2. systemctl enable deluged

  3. systemctl start deluge-web
  4. systemctl enable deluge-web
复制代码



开启远程访问(可选)
deluge-web默认只允许本地访问。默认端口:8112,默认密码:deluge

#启用远程访问
  1. deluge-console "config -s allow_remote True"
复制代码


#禁用远程访问
  1. deluge-console "config allow_remote"
复制代码


访问地址:http://你的IP:8112

卸载 Deluge
  1. systemctl stop deluge-web
  2. systemctl disable deluge-web
  3. systemctl stop deluged
  4. systemctl disable deluged
  5. rm -rf /etc/systemd/system/deluge*
  6. rm -rf /usr/bin/deluge*
  7. rm -rf /usr/lib/python2.7/dist-packages/deluge*
复制代码



源代码出处:https://ftp.osuosl.org/pub/deluge/source/

欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复

使用道具 举报

签到天数: 1164 天

[LV.10]以坛为家III

发表于 2019/11/21 07:23 | 显示全部楼层 |Google Chrome 78.0.3904.97|Windows 10
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

签到天数: 76 天

[LV.6]常住居民II

发表于 2019/11/21 09:32 | 显示全部楼层 |Google Chrome 78.0.3904.97|Windows 10
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册论坛 新浪微博账号登陆用百度帐号登录

本版积分规则

手机版|Archiver|Mail me|网站地图|IT技术交流论坛 ( 闽ICP备13013206号-7 )

GMT+8, 2024/11/25 16:56 , Processed in 0.125817 second(s), 21 queries , MemCache On.

Powered by itzmx! X3.4

© 2011- sakura

快速回复 返回顶部 返回列表