Psych Desktop Integration

From LinuxMCE
Revision as of 02:59, 30 November 2008 by Psychcf (Talk | contribs)

Jump to: navigation, search

Diffs have been made for Psych Desktop so that it auths against pluto's user table, and uses the home folders for each user.

Here is the diff: [1]

The diffs were made from revision 2251 of Psych Desktop, but will be updated at request.

Follow the installation from source docs, but before building the desktop, apply the patch. You should checkout the source code into /var/www/. The desktop will be accessible from http://192.168.80.1/desktop/. Make sure the www-data user has access to the home directories, otherwise the files will not be able to be modified from the desktop.

Once you've set it up, make sure you add a "plutodatabase" param in /backend/configuration.php so that it can read pluto's database:

$GLOBALS['db'] = Array(
	"database" => "mysqli://desktop:cba8b3b628915999ccac77f698e418fe@localhost/desktop",
	"plutodatabase" => "mysqli://desktop:cba8b3b628915999ccac77f698e418fe@localhost/pluto_main",
	"prefix" => ""
);