Comment 9 for bug 732948

Revision history for this message
siguy (simon-snow) wrote :

I did a manual installation as per the instructions, made a copy of the default downpour.cfg in etc and edited that. Here it is:

[downpour]
user=downpour
group=downpour
state=/var/lib/downpour/downpour.db
work_directory=/var/lib/downpour/tmp
user_directory=/var/lib/downpour/downloads
plugins=downpour.remote.RemotePlugin,downpour.web.WebInterfacePlugin

[downpour.remote.RemotePlugin]
interface=localhost
port=6226

[downpour.web.WebInterfacePlugin]
interface=10.0.0.10
port=9090

I have created the downpour, downpour/tmp, downpour/downloads directory in /var/lib and made sure they were owned by the downpour user/group.