Now, you are ready to start testing your application.
Before, you test your application, first create a link to amis machine.
In order to do this type the following:'space' means leave a space.
ln'space'-s'space'~your_username/public/html/your_project_directory'space'project_directory

Now, type this URL to get to your application:
http://amis.cs.pitt.edu/project_directory

Also read the README for better understanding.

When you are done, make sure to kill your icm process. Type the following to do this:
ps -aux|grep user_name
to find the processes under your username and then use this command to kill the icm process,

kill -9 process_id_of icm

(Return to main panel)