SDK |
Documentation |
JavaSonics ListenUp is no longer for sale.Installing and Testing ListenUp on your ServerIf 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 ServerCopy 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 WritableYou 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 InstallationIf 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 PHPTo 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 - DevelopmentNow 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 - CleanupWhen 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:
|