Difference between revisions of "Web service"

From LinuxMCE
Jump to: navigation, search
(New page: === LMCE Web Service === The web service described on this page is used by the iPhone application [LmceRemote]. It is a ruby script run by the Apache web server. The...)
 
Line 2: Line 2:
 
The web service described on this page is used by the iPhone application [LmceRemote].
 
The web service described on this page is used by the iPhone application [LmceRemote].
  
It is a [[WebServiceSource|ruby script]] run by the Apache web server.
+
It is a ruby script ([[WebServiceSource|see source]]) run by the Apache web server.
  
 
There are a few dependencies that need to be installed first. It would be great to have them installed via debian packages but I had to go for a manual install via ruby gem.
 
There are a few dependencies that need to be installed first. It would be great to have them installed via debian packages but I had to go for a manual install via ruby gem.
 +
* rubygems
 +
* json
 +
* cgi
 +
* mysql

Revision as of 22:08, 28 February 2010

LMCE Web Service

The web service described on this page is used by the iPhone application [LmceRemote].

It is a ruby script (see source) run by the Apache web server.

There are a few dependencies that need to be installed first. It would be great to have them installed via debian packages but I had to go for a manual install via ruby gem.

  • rubygems
  • json
  • cgi
  • mysql