SOURCE
------
For people downloading the source (.tar.gz)
file, I recoment reading the README found in
the main directory.
DEB PACKAGE
-----------
For people who are downloading the .deb
package, once installed you can start and
use the application, as such:
Start and get to the apllication with:
sudo /etc/init.d/clearscene-opendias start
point a web browser at:
http://localhost:8988/opendias
This needs to be 'localhost' as the default setting only allow
access from there. Visit 'Access Controls' and setup access
from other parts of your network [or specific user (not yet
implemented)]. Then you can point a browser at:
http://myServer.com:8988/opendias
or use a forwarding proxy (eg Apache) to remove the port number. eg:
RewriteRule ^/opendias(.*)$ http://myServer.com:8988/opendias$1 [P]
Source: README - running the app, updated 2011-05-10