coastdweller
October 15th, 2006, 07:08 PM
Original Creation Date: 10-15-2006
Purpose of this how-to: This how-to is geared towards those with the desire to store their mp3 collection in a "Jinzora Stand-alone" LAMP server. This allows for easy management and streaming through a web browser.
Note: Currently the developers seem to have a problem with case sensitivity so symlinks are neccesary to get the current version working (As of the Original date above). This HOW-TO assumes you have already set up a LAMP and have access to MySQL (You know the username and password).
-- To begin: Download the jznightly
Step 1 - :: DOWNLOADING ::
- Open a console and move to your root web site directory:
Note: (Usually /var/www).
mv /var/www
- Download the file
wget http://www.jasbone.com/jznightly.tar.gz
Step 2 - :: EXTRACTION ::
- To unpack the file :
tar -zxvf jzcurrent.tar.gz
Note: If you're this far you have a folder sitting in /var/www called jinzora2
- You now can move the folder to another folder called music (This will not affect the install).
sudo mv jinzora2 music
Step 3 - :: INSTALLING ::
- Move into the unpacked directory:
mv music
- Allowing the installer to execute:
chmod 744 ./configure.sh
Note: The installer needs certain permissions, set these by running this command:
sh ./configure.sh
Note: If everything went well you can now proceed to the web based installer. Open a browser and go to the http location of your files. The installer will begin. The installer is pretty straight forward but note, unless you have MPD installed and configured set this up as a streaming only installation.
Note: You will get a security breach warning until you finish the following step:
Step 4 - :: FINISHING UP ::
Note: After you've finished the web based installer move the install folder or delete it:
-moving
mv install install.bak
-deleting
sudo rm -rf install
Note: Now symlink the two folders with case problems:
-move into the templates directory:
cd templates
-create the symlinks
sudo ln -s slick Slick
sudo ln -s slimzora Slimzora
Note: That should just about do it. This is my first how-to and I'm fairly new to the linux desktop environment - hope it works for you. I hope I haven't been too winded and inaccurate.
Ref:
- main site : http://www.jinzora.com/
- downloads : http://www.jinzora.com/pages.php?pn=downloads
- forums : http://www.jinzora.com/forums/
- faqs : http://www.jinzorahelp.com/en/faq
- documentation : http://www.jinzorahelp.com/en/documentation
Purpose of this how-to: This how-to is geared towards those with the desire to store their mp3 collection in a "Jinzora Stand-alone" LAMP server. This allows for easy management and streaming through a web browser.
Note: Currently the developers seem to have a problem with case sensitivity so symlinks are neccesary to get the current version working (As of the Original date above). This HOW-TO assumes you have already set up a LAMP and have access to MySQL (You know the username and password).
-- To begin: Download the jznightly
Step 1 - :: DOWNLOADING ::
- Open a console and move to your root web site directory:
Note: (Usually /var/www).
mv /var/www
- Download the file
wget http://www.jasbone.com/jznightly.tar.gz
Step 2 - :: EXTRACTION ::
- To unpack the file :
tar -zxvf jzcurrent.tar.gz
Note: If you're this far you have a folder sitting in /var/www called jinzora2
- You now can move the folder to another folder called music (This will not affect the install).
sudo mv jinzora2 music
Step 3 - :: INSTALLING ::
- Move into the unpacked directory:
mv music
- Allowing the installer to execute:
chmod 744 ./configure.sh
Note: The installer needs certain permissions, set these by running this command:
sh ./configure.sh
Note: If everything went well you can now proceed to the web based installer. Open a browser and go to the http location of your files. The installer will begin. The installer is pretty straight forward but note, unless you have MPD installed and configured set this up as a streaming only installation.
Note: You will get a security breach warning until you finish the following step:
Step 4 - :: FINISHING UP ::
Note: After you've finished the web based installer move the install folder or delete it:
-moving
mv install install.bak
-deleting
sudo rm -rf install
Note: Now symlink the two folders with case problems:
-move into the templates directory:
cd templates
-create the symlinks
sudo ln -s slick Slick
sudo ln -s slimzora Slimzora
Note: That should just about do it. This is my first how-to and I'm fairly new to the linux desktop environment - hope it works for you. I hope I haven't been too winded and inaccurate.
Ref:
- main site : http://www.jinzora.com/
- downloads : http://www.jinzora.com/pages.php?pn=downloads
- forums : http://www.jinzora.com/forums/
- faqs : http://www.jinzorahelp.com/en/faq
- documentation : http://www.jinzorahelp.com/en/documentation