Home Up Contents About me Donations Forums

Installation
How it looks Requirements Installation

 

[Under Construction]

To install, download the version of the file you want from downloads and install it.

The dialog boxes are pretty straight forward. You just need to decide on the path (say, EtiVoWeb) and port (say 80). Once installed, make sure the configuration makes sense (see below). Once the configuration is ok, simply navigate to http://localhost/EtiVoWeb and you should see the web interface.

On top of this, you will need to configure IIS to expose the directory where the movies are stored (the Data directory - see the EtiVo Server installation notes) out. Otherwise, the download option will not work. Do this by adding a virtual directory to your web server.

Configuring EtiVo Web

In the EtiVoWeb directory (usually c:\inetpub\wwwroot\EtiVoWeb) you have a file called Web.Config. Open that file in your text editor and look at the following values:

<appSettings>
    <add key="EtiVoServer" value="localhost"/>
    <add key="EtiVoServerPort" value="6969"/>
    <add key="DataDir" value="c:\data"/>
    <add key="RemoteDataDir" value="/movies/"/>
    <add key="password" value=""/>
</appSettings>

Setting Meaning
EtiVoServer If your EtiVo Server is installed on a different machine than the one you installed the web application on, you will need to change this to point to that macine.
EtiVoServerPort Change this value if your EtiVo Server listens on a port different than 6969.
DataDir This should point to the data dir where the EtiVo Server stores the files.
RemoteDataDir This is the directory you mapped to point to your data files.
password If your EtiVo Server is password protected, use this setting to tell EtiVoWeb how to connect to the EtiVo Server.

Security

You need to allow ASP.NET to access the data directory as well.

 

Send mail to shahar@prish.com with questions or comments about this web site.
Last modified: 06/13/05