|
|||||
InstallingOverview
First, you'll want to install the Survey Manager, which will allow you to create surveys and run the survey editor. Here's how to do that. Survey Manager will run on a server using Apache Tomcat and MySQL. Both of these packages are free. These are the short directions, for experienced system administrators. Ignore these directions if you don't understand them and read the instructions below.
You may use Windows, Mac OS X, or Red Hat Linux. If you have the knowledge and opportunity to use Linux, we recommend Linux as the operating system of choice for hosting websites and similar tasks. (In addition, our preliminary speed tests with several Java applications found that Linux ran Java the fastest). Before you can install the Survey Manager, you must install several programs. You'll need:
Follow the independent instructions for installation and configuration of these software packages before going to the next step. From this point forward, mysql_install_path and tomcat_install_path will refer to the install locations of the respective software. If you are not using MySQL or Tomcat, you will need to determine the correct commands for your environment. Next, download surveymanager.war. Copy surveymanager.war into tomcat_install_path/webapps -- so, if you want to double-check that you got it right, you should have a folder named tomcat_install_path/webapps/surveymanager.war, and after running tomcat, you will have a folder named tomcat_install_path/webapps/surveymanager/ containing lots of files. If not, you may have copied the wrong thing or into the wrong place. Starting and Stopping Tomcat
Visiting the Survey Manager page Open up a web browser, and visit the webpage. Find out the domain name of your computer (if you don't know it, click here). In the address box, type "http://localhost:8080/ surveymanager", substituting your domain name for the word "localhost". You should see something that looks like this. Before you proceed any further, you may want to configure MySQL, the database. You may want to change the default password for the "root" account. See the MySQL documentation on how to do this. If you're doing this for the first time, you may skip this step, but if you do so, your database will be insecure and possibly hacked into.
Configuring the Survey Manager for the first time You now need to enter some configuration parameters.
Submit the form, and the application will confirm the configuration information, or display error messages if a connection could not be made. Subsequently you should receive a confirmation that looks similar to this. After the configuration completes, in most cases you'll have to restart Apache Tomcat. See above for more info. Again, open http://localhost/surveymanager/ (or your server's domain name), and you should arrive at a login prompt. The default UserID is "admin" and the password is "admin". Change these immediately for your security. The JSP Survey Manager is now installed! Credits |
|
||||