Difference between revisions of "Psych Desktop Integration"
From LinuxMCE
Line 1: | Line 1: | ||
− | Diffs have been made for Psych Desktop so that it auths against pluto's user table, and uses the home folders for each user. | + | Diffs have been made for [http://www.psychdesktop.net Psych Desktop] so that it auths against pluto's user table, and uses the home folders for each user. |
Here is the diff: [http://psychcf.dojotoolkit.org/linuxMCE.diff] | Here is the diff: [http://psychcf.dojotoolkit.org/linuxMCE.diff] | ||
− | The diffs were made from revision 2251 of | + | The diffs were made from revision 2251 of Psych Desktop, but will be updated at request. |
Follow the [http://psychdesktop.net/docs/user/install/source.htm 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. | Follow the [http://psychdesktop.net/docs/user/install/source.htm 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. |
Revision as of 03:28, 11 November 2008
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" => "" );