Deploying: Not too sure what to do next?

Sorry for all the posts today, I am just trying hard to get my app
deployed…

I am getting close though! Here is what I have now:
http://www.sharemyten.com/list/ I am getting the Rails Congrats
message, but now I don’t know what to do next??

I have already setup the database and my local version works when I go
here:
http://127.0.0.1:3000/mylist/list. Therefore, I would assume to access
my deployed rails app I would go to:
http://www.sharemyten.com/list/mylist/list but that does not work. Any
ideas why?

I’m not sure if this matters, but here is how I symlinked it (after
uploading my app folder called list):

$ cd list
$ chmod 755 public
$ cd …/sharemyten.com
$ ln -s …/list/public list

Thanks in advance!!