Difference between revisions of "Installing HADesigner"

From LinuxMCE
Jump to: navigation, search
(For those who already know what they're doing)
m (For those who already know what they're doing)
Line 8: Line 8:
 
# Install the Microsoft .NET ODBC Data Provider [http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccd8427-1017-4f33-a062-d165078e32b1&displaylang=en Download Link]
 
# Install the Microsoft .NET ODBC Data Provider [http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccd8427-1017-4f33-a062-d165078e32b1&displaylang=en Download Link]
 
# Install the MyODBC Adaptor [http://dev.mysql.com/downloads/connector/odbc/3.51.html Download Link]
 
# Install the MyODBC Adaptor [http://dev.mysql.com/downloads/connector/odbc/3.51.html Download Link]
# Add a grant to allow your HADesigner box to access your Core, make up a username and password.... (USE mysql; GRANT ALL PRIVILEGES ON pluto_main.* TO odbcuser@192.168.80.xxx IDENTIFIED BY 'odbcpassword';)
+
# Add a grant to allow your HADesigner box to access your Core, make up a username and password.... (USE mysql; GRANT ALL PRIVILEGES ON pluto_main.* TO odbcuser@192.168.80.xxx IDENTIFIED BY 'odbcpassword'; FLUSH PRIVILEGES;)
 
# While installing the myodbc adaptor, use the '''odbcuser''' and '''odbcpassword''' you specified in the GRANT to test the connection from the installer and make sure it works correctly.
 
# While installing the myodbc adaptor, use the '''odbcuser''' and '''odbcpassword''' you specified in the GRANT to test the connection from the installer and make sure it works correctly.
 
# Create a System DSN using the ODBC Administrator, called linuxmce, using the '''odbcuser''' and password you specified above, and use '''pluto_main''' as the database.
 
# Create a System DSN using the ODBC Administrator, called linuxmce, using the '''odbcuser''' and password you specified above, and use '''pluto_main''' as the database.

Revision as of 16:21, 29 March 2008

HADesigner allows user interfaces to be manipulated in an existing LinuxMCE installation. However its install process is not immediately intuitive.

For those who already know what they're doing

The instructions must be performed on a Windows machine, preferrably one running Windows 2000 or later.

  1. Install the Microsoft .NET Framework, version 1.1 Download Link
  2. Install the Microsoft .NET ODBC Data Provider Download Link
  3. Install the MyODBC Adaptor Download Link
  4. Add a grant to allow your HADesigner box to access your Core, make up a username and password.... (USE mysql; GRANT ALL PRIVILEGES ON pluto_main.* TO odbcuser@192.168.80.xxx IDENTIFIED BY 'odbcpassword'; FLUSH PRIVILEGES;)
  5. While installing the myodbc adaptor, use the odbcuser and odbcpassword you specified in the GRANT to test the connection from the installer and make sure it works correctly.
  6. Create a System DSN using the ODBC Administrator, called linuxmce, using the odbcuser and password you specified above, and use pluto_main as the database.
  7. Copy the files from /usr/pluto/orbiter/skins to C:\PlutoSkins on your HADesigner box. This is so that you can see the skin graphics correctly, as they are only stored with relative paths within the database.
  8. Download and unpack the HADesigner ZIP. Download Link
  9. Launch HADesigner, and in the configuration dialogue box that appears, enter the following information:
    • Skins Directory: C:\PlutoSkins
    • Database Connection: dsn=linuxmce

With all of this done, the HADesigner should now work.

I will be updating this section shortly with more in-depth installation instructions.

-Thom