Running Galleon on Linux

From JoatWiki
Jump to: navigation, search

Getting Galleon (obviously, not the browser) up and running on a Linux platform was a real hair-puller. While there are people who claim success, there's no real how-to for it. The following is the path that I took, without the errors that I committed:

  1. Visit the site and read the instructions!
  2. Read the FAQ too
  3. Download the zip file from http://galleon.sourceforge.net/phpwiki/index.php/Download
  4. Download the JRE rpm from Sun (hint: follow the JRE link on the Galleon page)
  5. Uncompress and install the JRE rpm
  6. mkdir /usr/local/galleon
  7. move the galleon zip file into /usr/local/galleon and unzip it there

At this point, you have a non-working install. It a bit of searching but thanks to the following, I was able to get it running with a bit of tweaking and some valuable help from:

Without forcing you to search those links yourself, here's the steps:

  1. Get the "B7" patches from http://sourceforge.net/tracker/?group_id=126291&atid=705258
  2. Put "run.sh" and "gui.sh" in /usr/local/galleon/bin
  3. Put "wrapper.conf" in /usr/local/galleon/conf
  4. Edit /usr/local/galleon/bin/run.sh
    1. Edit the JAVAHOME line to reflect the proper directory (mine turned out to be /usr/java/jre1.5.0_04 )
    2. Above and below the line that starts with "nohup", add the line "export CLASSPATH" (without the quotes)
  5. Edit /usr/local/galleon/bin/gui.sh
    1. Edit the JAVAHOME line to reflect the proper directory (mine turned out to be /usr/java/jre1.5.0_04 )
    2. Above and below the line that starts with "nohup", add the line "export CLASSPATH" (without the quotes)

At this point, you should be able to start the server with:

 /usr/local/galleon/bin/run.sh

and/or start the GUI with

 /usr/local/galleon/bin/gui.sh

Okay, this is the point that I'm at right now. The service runs but my Tivo (Series 2 with the 7.x OS) doesn't see it.

<comments>Running_Galleon_on_Linux</comments>

Personal tools