Line 1: |
Line 1: |
| {{Languages}} | | {{Languages}} |
| + | {{Warning box| this contribution was only available for SME7. The package related to this contribution is not maintained anymore. You should use [[madsonic]] if you search for a music streaming service on your server}} |
| | | |
− | ==Jinzora for SME 7.x== | + | ==Jinzora for SME Server== |
| + | {{Level|medium}} |
| | | |
| ===Maintainer=== | | ===Maintainer=== |
| [http://www.dungog.net Dungog.net] (Software) | | [http://www.dungog.net Dungog.net] (Software) |
| + | |
| + | === Version === |
| + | {{ #smeversion: smeserver-jinzora}} |
| + | {{ #smeversion: jinzora}} |
| | | |
| ===Description=== | | ===Description=== |
− | http://www.jinzora.org
| + | |
| | | |
| Jinzora enables you to stream your digital music and videos to any internet connected computer using a web browser. | | Jinzora enables you to stream your digital music and videos to any internet connected computer using a web browser. |
| | | |
| ===Installation=== | | ===Installation=== |
− | Install from the smecontribs repository. | + | Install from the SME Contribs repository using the following command on the SME Server shell: |
| | | |
− | To install
| + | yum --enablerepo=smecontribs install smeserver-jinzora |
− | yum enablerepo=smecontribs install smeserver-jinzora | |
| | | |
− | No need to reboot.
| + | There is no need to reboot. |
| | | |
| ====Setup==== | | ====Setup==== |
Line 66: |
Line 71: |
| Usage -> Yourserver.net/jinzora/ | | Usage -> Yourserver.net/jinzora/ |
| | | |
− | === Uninstall === | + | === External / Local Access === |
| + | |
| + | Log in as root to your SME and the ONE of the following you need: |
| + | |
| + | - if you want only local access (default) |
| + | |
| + | config setprop jinzora PublicAccess local |
| + | |
| + | - if you want only local access with a password authentification |
| + | config setprop jinzora PublicAccess local-pw |
| + | |
| + | - if you want access from LAN and WAN without password |
| + | config setprop jinzora PublicAccess global |
| + | |
| + | - if you want access from LAN and WAN with password |
| + | config setprop jinzora PublicAccess global-pw |
| + | |
| + | - if you want access from everywhere with password only from WAN |
| + | config setprop jinzora PublicAccess global-pw-remote |
| + | |
| + | |
| + | Then do: |
| + | |
| + | expand-template /etc/httpd/conf/httpd.conf |
| + | service httpd-e-smith restart |
| + | |
| + | === Uninstallation === |
| rpm -e jinzora smeserver-jinzora | | rpm -e jinzora smeserver-jinzora |
| | | |
− | To remove mysql database and user, both are jinzora, see | + | To remove mysql database and user, both are jinzora, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot. |
− | http://wiki.contribs.org/MySQL#Remove_a_database_and_user
| |
| | | |
| === Bugs === | | === Bugs === |
Line 76: |
Line 106: |
| | | |
| | | |
− | [[Category: Contrib]] | + | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-jinzora|noresultsmessage="No open bugs found."}} |
| + | |
| + | ===Changelog=== |
| + | Only released version in smecontrib are listed here. |
| + | |
| + | {{ #smechangelog: smeserver-jinzora}} |
| + | |
| + | [[Category: Deprecated Contrib]] |
| [[Category: Webapps]] | | [[Category: Webapps]] |
| [[Category: Dungog]] | | [[Category: Dungog]] |
| + | [[Category: Media Apps]] |