Difference between revisions of "Jinzora - web based multimedia application"
(→Install) |
(→Requirements) |
||
Line 2: | Line 2: | ||
<small>© 2004-2005 Jinzora™ - All rights reserved</small> | <small>© 2004-2005 Jinzora™ - All rights reserved</small> | ||
− | + | == Requirements == | |
You will need to install: | You will need to install: |
Revision as of 20:24, 15 July 2006
© 2004-2005 Jinzora™ - All rights reserved
Requirements
You will need to install:
apt-get install php4-gd
Install
cd /var/www wget http://www.jinzora.com/downloads/j2.3.6.tar.gz
Once downloaded untar it and it will create a directory called 'jinzora2'
Once untarred you need to enter that directory and run the 'webinstaller'
tar -zxvf j2.3.6.tar.gz cd jinzora2 sh configure.sh
It should say
You are now in setup mode. Please direct your web browser to the directory where you installed Jinzora and load index.php - you will then be taken through the complete setup
So, if you saw that do as it says
http://<LinkstationIP>/jinzora2/index.php
You should see this
The web based installer is fully documented and should describe each option that you'll have along the way.
Next page should display
Take note of the recommended settings, I changed mine accordingly
pico /etc/php4/apache/php.ini
;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time =30300 ; Maximum execution time of each script, in seconds max_input_time =60600 ; Maximum amount of time each script may spend parsing requ$ memory_limit =8M32M ; Maximum amount of memory a script may consume (8MB)
;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Whether to allow HTTP file uploads. file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ;upload_tmp_dir = ; Maximum allowed size for uploaded files. upload_max_filesize =2M32M
;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; ; ; Maximum size of POST data that PHP will accept. post_max_size =8M32M
Jukebox Mode
I decided that I'd like to play music (jukebox via mpd) on my Linkstation via browser aswell as stream from my Linkstation, but get "error on page" when I try to play directly on my LS. Need to look into that.
Here's how I solved that, it appeared that mpd was looking for oss when I was using alsa.
Firstly check mpd is part of audio group
adduser mpd audio
Should return you with this
The user `mpd' is already a member of `audio'.
apt-get install alsa-oss
Then a line needs to be added to the mpd.conf
ao_driver "also09"
This should add that line automatically
echo ao_driver \"alsa09\" >> /etc/mpd.conf
Restart mpd and goto Jinzora to test.
At the very end the installer you'll be given the option to submit anonymous stats about your Jinzora installation.
Bauldrick 06:21, 5 July 2006 (EDT)
![]() |
This article is currently a stub. You can help this Wiki by expanding it . This template will categorize articles that include it into Category:Stubs. |