JavaSonics

SDK

Documentation


Web Home

SDK Home

Docs

Test PHP

Test ASP

Test ASP.NET

Examples

Demos

Download

Purchase

Support

Forum

Login

Contact Us

Company


JavaSonics ListenUp is no longer for sale.

Installing and Testing ListenUp on your Server

If you are using JSP, Java Server Pages, to receive the uploaded files on your server, then please click here.

If you are using PHP, or other scripting languages, then please continue.

Step #1 - Copy ListenUp to Server

Copy the "listenup" folder from the SDK to your website. It contains examples, tests and documentation. We will remove most of that SDK when we are done testing.

Step #2 - Make the "uploads" Folder Writable

You will need to give the scripts permission to write the uploaded files to the "listenup/uploads" folder. You may be able to do this using your FTP client. Or you may need to login to the server and set them by hand. If you trust everyone on your server then you could set global write permissions on Linux using:

cd {your website path}/listenup/
chmod 777 uploads

If global write permission is too scary, then you may be able to just use group write permission. You will need to determine the group used by your PHP module. I did that by first setting global write permission. Finishing this installation. Uploading a few files. Then looking to see what group they belonged to. In my case it was the "apache" group. Then I went back and did:

chgrp apache uploads
chmod 775 uploads

Step #3 - Test  Installation

If you are using PHP, then you are ready to test ListenUp on your server. If you are using another scripting language, then click [Next] below.

Test Using PHP

To test the installation, use your browser to visit the "listenup" folder on your website. If you have a website called "www.mysite.com", and you placed the "listenup" folder at the top of your website, then visit:

http://www.mysite.com/listenup/php_test/

Make sure you are actually on your website. Then follow the instructions on that page to verify that the installation is working OK.

Step #4 - Development

Now write your own web pages that use ListenUp. If you are uploading recordings then write your own server scripts to receive the uploaded files. The documentation pages that follow will explain how to do this.

Step #5 - Cleanup

When you are done testing and your application runs, please remove the ListenUp tests, examples, and documentation from your website so that search engines do not find it and get confused. All you really need to run ListenUp is:

  1. The JAR files that you are calling.
  2. The listenup_license.txt file next to the JAR files.
  3. Your own web pages, server scripts, upload directory and optional skins that you design.

[Top]  [Previous] [Next]


© 2001-2006 Mobileer, Inc.   This page is from the ListenUp SDK. You can download the SDK from here.