1 # This is a default template for a post-install scriptlet.
2 # Uncomment only required functions and remove any functions
3 # you don't need (and this header).
8 After install edit /etc/httpd/conf/httpd.conf and add next directive:
9 Include /etc/httpd/conf/extra/httpd-wtorrent.conf
10 and restart Apache. Also, mod_php and mod_scgi should be enabled.
12 Alternate you can try confgire lighttpd for work with wTorrent
13 instead Apache. Sorry I don't provide example configs for lighttpd now.
15 Go to http://localhost:port/wtorrent/install.php and configure wtorrent.
17 Don't forget uncomment pdo_sqlite and curl extensions in /etc/php/php.ini
21 ## arg 1: the new package version
27 ## arg 1: the new package version
32 ## arg 1: the new package version
33 ## arg 2: the old package version
39 ## arg 1: the new package version
40 ## arg 2: the old package version
45 ## arg 1: the old package version
51 ## arg 1: the old package version
57 # vim:set ts=2 sw=2 et: