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
| |
| | | |
− | No need to reboot.
| + | yum --enablerepo=smecontribs install smeserver-jinzora |
| | | |
− | For uninstall
| + | There is no need to reboot. |
− | rpm -e jinzora smeserver-jinzora
| |
| | | |
| ====Setup==== | | ====Setup==== |
− | To setup jinzora start your browser with the URL ''http://servername/jinzora'' and complete the forms.
| |
− |
| |
| touch /opt/jinzora/settings.php | | touch /opt/jinzora/settings.php |
| chmod 660 /opt/jinzora/settings.php | | chmod 660 /opt/jinzora/settings.php |
| chown www.www /opt/jinzora/settings.php | | chown www.www /opt/jinzora/settings.php |
| | | |
− | open yourserver/jinzora
| + | To setup jinzora start your browser with the URL ''http://servername/jinzora'' and complete the forms. |
− | Use the Jinzora installer suggestions, if in doubt | + | Use the Jinzora installer suggestions, if in doubt |
| Step 4 - the defaults, standalone and streaming | | Step 4 - the defaults, standalone and streaming |
| [- or upgrade if upgrading then rm the install directory as below] | | [- or upgrade if upgrading then rm the install directory as below] |
Line 56: |
Line 56: |
| '''WARNING''' - long tracks, say over ten minutes, cause the web server to slow down requiring: | | '''WARNING''' - long tracks, say over ten minutes, cause the web server to slow down requiring: |
| /etc/rc.d/init.d/httpd-e-smith restart | | /etc/rc.d/init.d/httpd-e-smith restart |
− | see the contribs.org/bugzilla bug if you can solve this
| |
− |
| |
| | | |
| ====Upgrade==== | | ====Upgrade==== |
Line 73: |
Line 71: |
| Usage -> Yourserver.net/jinzora/ | | Usage -> Yourserver.net/jinzora/ |
| | | |
| + | === 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 |
| + | |
| + | 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. |
| | | |
| === Bugs === | | === Bugs === |
Line 78: |
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]] |